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 eb6c482 commit 411e282Copy full SHA for 411e282
.github/workflows/tests.yml
@@ -27,7 +27,10 @@ jobs:
27
"macos-12",
28
"macos-latest",
29
]
30
- python-version: ["3.7", "3.11", "3.12"]
+ python-version: [
31
+ "3.7",
32
+ "3.13",
33
+ ]
34
35
# Doesn't work on macOS (ARM) with older versions of Python.
36
exclude:
pyproject.toml
@@ -44,6 +44,7 @@ classifiers = [
44
"Programming Language :: Python :: 3.10",
45
"Programming Language :: Python :: 3.11",
46
"Programming Language :: Python :: 3.12",
47
+ "Programming Language :: Python :: 3.13",
48
"Programming Language :: Python :: Implementation :: CPython",
49
"Programming Language :: SQL",
50
"Topic :: Adaptive Technologies",
0 commit comments