Skip to content

Commit a201bba

Browse files
committed
feat: test and advertise python 3.12
1 parent ed531b7 commit a201bba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- "3.9"
2020
- "3.10"
2121
- "3.11"
22+
- "3.12"
2223
os:
2324
- ubuntu-latest
2425
- macos-latest

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ classifiers = [
1212
"Programming Language :: Python :: 3.9",
1313
"Programming Language :: Python :: 3.10",
1414
"Programming Language :: Python :: 3.11",
15+
"Programming Language :: Python :: 3.12",
1516
"Development Status :: 4 - Beta",
1617
]
1718
license = { text = "Apache-2.0" }

0 commit comments

Comments
 (0)