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 support for python 3.13 #599

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

branchvincent
Copy link

Mainly just declaring official support for 3.13. Other changes are split into separate commits:

  • When adding 3.12+ to CI, unittest now fails if no test cases were run, so I added a placeholder test and switched to pytest (which was already being installed)
  • Migrated to pyproject.toml (the modern replacement for setup.py favoring static metadata). We can't get rid of setup.py completely due to the dynamic ptpythonX.Y entrypoints so that part remains. Also removed setup.cfg which was stale since flake8 is no longer used
  • Added a dev extra for convenience when developing locally
  • Fixed new UP031 violations, which is a new stabilized rule in ruff 0.8 and now causes CI to fail

Fixes #597

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
1 participant