Skip to content

Commit 17cec5f

Browse files
authored
Add support for Python 3.12 (#96)
1 parent 62e2bf7 commit 17cec5f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
python: ["3.11"]
21+
python: ["3.11", "3.12"]
2222
steps:
2323
- name: ⤵️ Check out code from GitHub
2424
uses: actions/[email protected]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers = [
1616
"Intended Audience :: Developers",
1717
"Natural Language :: English",
1818
"Programming Language :: Python :: 3.11",
19+
"Programming Language :: Python :: 3.12",
1920
"Programming Language :: Python :: 3",
2021
"Topic :: Software Development :: Libraries :: Python Modules",
2122
]

0 commit comments

Comments
 (0)