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 62e2bf7 commit 17cec5fCopy full SHA for 17cec5f
.github/workflows/tests.yaml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
strategy:
20
matrix:
21
- python: ["3.11"]
+ python: ["3.11", "3.12"]
22
steps:
23
- name: ⤵️ Check out code from GitHub
24
uses: actions/[email protected]
pyproject.toml
@@ -16,6 +16,7 @@ classifiers = [
16
"Intended Audience :: Developers",
17
"Natural Language :: English",
"Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Libraries :: Python Modules",
]
0 commit comments