Skip to content
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

Support Python 3.12 and test in CI #1678

Merged
merged 6 commits into from
Nov 16, 2024
Merged

Support Python 3.12 and test in CI #1678

merged 6 commits into from
Nov 16, 2024

Conversation

corneliusroemer
Copy link
Member

@corneliusroemer corneliusroemer commented Nov 14, 2024

Description of proposed changes

Requires bump of Biopython min tested version from 1.80 to 1.82 as it's the first to support 3.12.

In a future PR, we should also deprecate or even already remove Python 3.8 (has reached EOL October 31 and Biopython no longer supports it and has even already deprecated 3.9): #1680

We can't support Python 3.13 yet because Biopython doesn't, see #1679

Related issue(s)

Closes #1536

Checklist

  • Automated checks pass
  • Check if you need to add a changelog message
  • Check if you need to add tests
  • Check if you need to update docs

@corneliusroemer corneliusroemer changed the title Support Python 3.12, test 3.12 and 3.13 in CI Support Python 3.12 and test in CI Nov 14, 2024
@corneliusroemer corneliusroemer marked this pull request as ready for review November 14, 2024 12:43
@corneliusroemer corneliusroemer merged commit 783f15e into master Nov 16, 2024
31 of 32 checks passed
@corneliusroemer corneliusroemer deleted the support-py12 branch November 16, 2024 12:19
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.

Officially support python 3.12: test for it and add trove classifier
3 participants