Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit e1d7e6c

Browse files
committed
Add support for 3.12
1 parent ce80b7b commit e1d7e6c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.10", "3.11"]
16+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818

1919
steps:

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Next release
66

77
* Bump dependencies
88
* Remove support for Python 3.7
9+
* Add support for Python 3.12
910

1011
v0.17.2 (2022-08-29)
1112
++++++++++++++++++++

0 commit comments

Comments
 (0)