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

Should support Python 3.12 #185

Open
EliahKagan opened this issue Sep 30, 2023 · 0 comments
Open

Should support Python 3.12 #185

EliahKagan opened this issue Sep 30, 2023 · 0 comments

Comments

@EliahKagan
Copy link
Owner

Supporting Python 3.12 will entail three changes:

  • Broaden upper bound to allow installation on 3.12 (#184).
  • Fix up expected exception messages in doctests for 3.12, preserving 3.11 support if possible. If this can be broadened to include full 3.10 support in the tests at the same time, that's even better. But part of the point of the doctests is expository, so excessive uses of ellipses must be avoided.
  • Expand CI to test on 3.12.
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

No branches or pull requests

1 participant