-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.8 reached its EOL #83
Comments
stanislavlevin
added a commit
that referenced
this issue
Nov 7, 2024
According to Python life cycle: https://devguide.python.org/versions/ https://peps.python.org/pep-0569/ > As of 2024-10-07, 3.8 has reached the end-of-life phase of its release cycle. 3.8.20 was the final security release. The codebase for 3.8 is now frozen and no further updates will be provided nor issues of any kind will be accepted on the bug tracker. - require Python 3.9+ - cleaned up code for Python 3.8 support - run CI for Python 3.9+ Fixes: #83 Signed-off-by: Stanislav Levin <[email protected]>
stanislavlevin
added a commit
that referenced
this issue
Nov 7, 2024
According to Python life cycle: https://devguide.python.org/versions/ https://peps.python.org/pep-0569/ > As of 2024-10-07, 3.8 has reached the end-of-life phase of its release cycle. 3.8.20 was the final security release. The codebase for 3.8 is now frozen and no further updates will be provided nor issues of any kind will be accepted on the bug tracker. - require Python 3.9+ - cleaned up code for Python 3.8 support - run CI for Python 3.9+ Fixes: #83 Signed-off-by: Stanislav Levin <[email protected]>
stanislavlevin
added a commit
that referenced
this issue
Nov 7, 2024
According to Python life cycle: https://devguide.python.org/versions/ https://peps.python.org/pep-0569/ > As of 2024-10-07, 3.8 has reached the end-of-life phase of its release cycle. 3.8.20 was the final security release. The codebase for 3.8 is now frozen and no further updates will be provided nor issues of any kind will be accepted on the bug tracker. - require Python 3.9+ - cleaned up code for Python 3.8 support - run CI for Python 3.9+ Fixes: #83 Signed-off-by: Stanislav Levin <[email protected]>
stanislavlevin
added a commit
that referenced
this issue
Nov 8, 2024
According to Python life cycle: https://devguide.python.org/versions/ https://peps.python.org/pep-0569/ > As of 2024-10-07, 3.8 has reached the end-of-life phase of its release cycle. 3.8.20 was the final security release. The codebase for 3.8 is now frozen and no further updates will be provided nor issues of any kind will be accepted on the bug tracker. - require Python 3.9+ - cleaned up the code needed only for Python 3.8 support - run CI for Python 3.9+ Fixes: #83 Signed-off-by: Stanislav Levin <[email protected]>
stanislavlevin
added a commit
that referenced
this issue
Nov 8, 2024
According to Python life cycle: https://devguide.python.org/versions/ https://peps.python.org/pep-0569/ > As of 2024-10-07, 3.8 has reached the end-of-life phase of its release cycle. 3.8.20 was the final security release. The codebase for 3.8 is now frozen and no further updates will be provided nor issues of any kind will be accepted on the bug tracker. - require Python 3.9+ - cleaned up the code needed only for Python 3.8 support - run CI for Python 3.9+ Fixes: #83 Signed-off-by: Stanislav Levin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to Python life cycle:
See for details:
https://devguide.python.org/versions/
https://peps.python.org/pep-0569/
Github Actions (
setup-python
and underlyingpython-versions
) in its turn will probably drop support for Python EOL versions:actions/python-versions#317
Some tests dependencies of this project already moved from Python 3.8.
For example,
setuptools
, this leads to tests failures against that version of Python.pypa/setuptools#4722
The text was updated successfully, but these errors were encountered: