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

Add Python 3.13 support, drop Python 3.9 support #213

Merged
merged 3 commits into from
Dec 23, 2024
Merged

Conversation

tianyizheng02
Copy link
Contributor

@tianyizheng02 tianyizheng02 commented Dec 20, 2024

Fixes #206

Added support for Python 3.13. Added 3.13 to our unit test workflow and updated the Pipfile to use 3.13 for our dependencies.

Dropped support for Python 3.9 at the suggestion of @azharichenko in the CSC Discord server. This is because sphinx, which we're currently using for our documentation, is only available for Python 3.10 and above, and it's simplest to just raise the minimum Python version for now.

@tianyizheng02 tianyizheng02 changed the title Add Python 3.13 support Add Python 3.13 support, drop Python 3.9 support Dec 20, 2024
Replace an instance of nested double quotes in an f-string with single
quotes, because apparently flake8 still can't handle this now-correct
syntax yet
@tianyizheng02 tianyizheng02 marked this pull request as ready for review December 20, 2024 14:15
@azharichenko azharichenko merged commit a581eec into dev Dec 23, 2024
4 checks passed
@azharichenko azharichenko deleted the add-3.13 branch December 23, 2024 15:37
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.13
2 participants