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.12 #82

Merged
merged 1 commit into from
Sep 15, 2023
Merged

Add support for python 3.12 #82

merged 1 commit into from
Sep 15, 2023

Conversation

mauvilsa
Copy link
Contributor

@mauvilsa mauvilsa commented Sep 15, 2023

The motivation for this pull request is just that with python 3.12 a deprecation warning is shown. So the initial idea was just to change the code to avoid the deprecation warning. The other changes just make sense to officially support python 3.12. In the github workflow currently tests are run with 3.12.0-rc.2 because 3.12.0 is not out yet. We could wait until the final release is ready and then merge this.

The specific changes are:

  • Fix attrdoc.py to avoid ast.* deprecation warnings.
  • Testing and classifiers for python 3.10, 3.11 and 3.12.
  • Update non-working version of isort in pre-commit config.

- Testing and classifiers for python 3.10, 3.11 and 3.12.
- Update non-working version of isort in pre-commit config.
@rr- rr- merged commit 969b644 into rr-:master Sep 15, 2023
15 of 22 checks passed
@mauvilsa mauvilsa deleted the py312 branch September 17, 2023 05:03
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.

2 participants