Skip to content

Add support for python 3.12, drop python 3.8 #346

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

Merged
merged 3 commits into from
Feb 13, 2024

Conversation

connortann
Copy link
Contributor

@connortann connortann commented Feb 5, 2024

Summary

Closes #345

  • Adds support for python 3.12, and adds to the CI matrix
  • Removes support for python 3.8, removes from the CI matrix
  • Updates the pinned versions of flake8 and pylint

Discussion

It was seemingly necessary to drop support for python 3.8 to enable poetry to allow numpy 1.26. If 3.8 support is retained, poetry only allows numpy up to 1.24 which has a bug on python 3.12: numpy/numpy#23808

According to SPEC 0 (which superseded NEP29), python 3.8 is overdue to be dropped:

On Apr 14, 2023 drop support for Python 3.8 (initially released on Oct 14, 2019)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for python 3.12
2 participants