Skip to content

Commit 02d9615

Browse files
committed
CI: Verify support on Python 3.13
1 parent 8310888 commit 02d9615

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
"macos-12",
2828
"macos-latest",
2929
]
30-
python-version: ["3.7", "3.11", "3.12"]
30+
python-version: [
31+
"3.7",
32+
"3.13",
33+
]
3134

3235
# Run PyPy tests on Linux only.
3336
include:

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ classifiers = [
4444
"Programming Language :: Python :: 3.10",
4545
"Programming Language :: Python :: 3.11",
4646
"Programming Language :: Python :: 3.12",
47+
"Programming Language :: Python :: 3.13",
4748
"Programming Language :: Python :: Implementation :: CPython",
4849
"Programming Language :: Python :: Implementation :: PyPy",
4950
"Programming Language :: SQL",

0 commit comments

Comments
 (0)