Is there are any specific reason why support of Python 3.10 and 3.11 was dropped before their end-of-life? #295
Answered
by
pemistahl
andrii-sherepa
asked this question in
Q&A
-
|
I see the following end-of-life dates https://devguide.python.org/versions/
|
Beta Was this translation helpful? Give feedback.
Answered by
pemistahl
Mar 26, 2026
Replies: 1 comment 4 replies
-
|
The space on PyPI where the library is hosted is limited. A single wheel file consumes 170 MB. I had to limit the supported Python versions, otherwise the space on PyPI would not suffice. Each Python version needs its own wheel file for each supported platform. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
andrii-sherepa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

The space on PyPI where the library is hosted is limited. A single wheel file consumes 170 MB. I had to limit the supported Python versions, otherwise the space on PyPI would not suffice. Each Python version needs its own wheel file for each supported platform.