Skip to content

Commit 8cbde57

Browse files
committed
CI: Verify support on Python 3.13
1 parent 31e003f commit 8cbde57

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
runs-on: ${{ matrix.os }}
2525
strategy:
2626
matrix:
27-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
2827
os: ["ubuntu-22.04"]
28+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2929
cratedb-version: ["nightly"]
3030
fail-fast: false
3131

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ classifiers = [
4343
"Programming Language :: Python :: 3.10",
4444
"Programming Language :: Python :: 3.11",
4545
"Programming Language :: Python :: 3.12",
46+
"Programming Language :: Python :: 3.13",
4647
"Topic :: Communications",
4748
"Topic :: Database",
4849
"Topic :: Documentation",

0 commit comments

Comments
 (0)