Skip to content

Commit b0f8e44

Browse files
committed
CI: Validate on Python 3.13
1 parent 36e808a commit b0f8e44

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: ["ubuntu-latest"]
35-
python-version: ["3.8", "3.12"]
35+
python-version: ["3.8", "3.13"]
3636

3737
env:
3838
OS: ${{ matrix.os }}

cratedb_sqlparse_py/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ classifiers = [
4646
"Programming Language :: Python :: 3.10",
4747
"Programming Language :: Python :: 3.11",
4848
"Programming Language :: Python :: 3.12",
49+
"Programming Language :: Python :: 3.13",
4950
"Programming Language :: SQL",
5051
"Topic :: Communications",
5152
"Topic :: Database",

0 commit comments

Comments
 (0)