Skip to content

Commit 9f9daff

Browse files
committed
Python: Verify support on Python 3.13
1 parent 3f6e73e commit 9f9daff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: ['ubuntu-latest', 'macos-latest']
21-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
21+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
2222
cratedb-version: ['5.8.3']
2323

24-
# To save resources, only use the most recent Python versions on macOS.
24+
# To save resources, only verify the most recent Python versions on macOS.
2525
exclude:
2626
- os: 'macos-latest'
2727
python-version: '3.7'

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def read(path):
8888
'Programming Language :: Python :: 3.10',
8989
'Programming Language :: Python :: 3.11',
9090
'Programming Language :: Python :: 3.12',
91+
'Programming Language :: Python :: 3.13',
9192
'Programming Language :: Python :: Implementation :: CPython',
9293
'Programming Language :: Python :: Implementation :: PyPy',
9394
'Topic :: Database'

0 commit comments

Comments
 (0)