Skip to content

Commit

Permalink
Add Python 3.12 support (#169)
Browse files Browse the repository at this point in the history
* add py312 support

* update poetry.lock
  • Loading branch information
bmw authored Nov 1, 2023
1 parent 79acf2f commit a29c3a6
Show file tree
Hide file tree
Showing 5 changed files with 529 additions and 469 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- name: Setup Python
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog
1.14.0 (master)
---------------

* Added support for Python 3.11.
* Added support for Python 3.11 and 3.12.
* Support for Python 3.7 has been deprecated and will be removed in the next
scheduled release.
* Dropped support for Python 3.6.
Expand Down
Loading

0 comments on commit a29c3a6

Please sign in to comment.