What necessitates using 3.8? #21
-
What in 3.8 are you using that's not available in 3.6? Have you considered trying to cover as many Python versions as possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Python 3.6 has reached end-of-life, so there are no plans to support it at all. In all honesty, I went with Python 3.8 as the minimum supported version because that's the first version supported natively on my M1 MacBook development machine. While expanding support for more Python versions is definitely worth the effort, I'm the only developer actively working on the project and I just can't seem to get Python 3.7 to work locally. I'm happy to accept PRs that can make the project backwards compatible to Python 3.7. |
Beta Was this translation helpful? Give feedback.
Python 3.6 has reached end-of-life, so there are no plans to support it at all. In all honesty, I went with Python 3.8 as the minimum supported version because that's the first version supported natively on my M1 MacBook development machine.
While expanding support for more Python versions is definitely worth the effort, I'm the only developer actively working on the project and I just can't seem to get Python 3.7 to work locally. I'm happy to accept PRs that can make the project backwards compatible to Python 3.7.