We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f37dd6 commit 7084df8Copy full SHA for 7084df8
.github/workflows/python-app.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
matrix:
21
py:
22
- #- "3.13-dev"
+ - "3.13"
23
- "3.12"
24
- "3.11"
25
- "3.10"
pyproject.toml
@@ -21,6 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
26
"Programming Language :: Python :: Implementation :: PyPy",
27
"Topic :: Database",
0 commit comments