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 36e808a commit b0f8e44Copy full SHA for b0f8e44
.github/workflows/python.yml
@@ -32,7 +32,7 @@ jobs:
32
fail-fast: false
33
matrix:
34
os: ["ubuntu-latest"]
35
- python-version: ["3.8", "3.12"]
+ python-version: ["3.8", "3.13"]
36
37
env:
38
OS: ${{ matrix.os }}
cratedb_sqlparse_py/pyproject.toml
@@ -46,6 +46,7 @@ classifiers = [
46
"Programming Language :: Python :: 3.10",
47
"Programming Language :: Python :: 3.11",
48
"Programming Language :: Python :: 3.12",
49
+ "Programming Language :: Python :: 3.13",
50
"Programming Language :: SQL",
51
"Topic :: Communications",
52
"Topic :: Database",
0 commit comments