We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed531b7 commit a201bbaCopy full SHA for a201bba
.github/workflows/ci.yaml
@@ -19,6 +19,7 @@ jobs:
19
- "3.9"
20
- "3.10"
21
- "3.11"
22
+ - "3.12"
23
os:
24
- ubuntu-latest
25
- macos-latest
pyproject.toml
@@ -12,6 +12,7 @@ classifiers = [
12
"Programming Language :: Python :: 3.9",
13
"Programming Language :: Python :: 3.10",
14
"Programming Language :: Python :: 3.11",
15
+ "Programming Language :: Python :: 3.12",
16
"Development Status :: 4 - Beta",
17
]
18
license = { text = "Apache-2.0" }
0 commit comments