Skip to content

Commit

Permalink
Add support for 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed Dec 22, 2023
1 parent ce80b7b commit 2addfc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Next release

* Bump dependencies
* Remove support for Python 3.7
* Add support for Python 3.12

v0.17.2 (2022-08-29)
++++++++++++++++++++
Expand Down

0 comments on commit 2addfc2

Please sign in to comment.