Skip to content

Commit fcd6a56

Browse files
committed
CI: Add support for Python 3.11
1 parent d234128 commit fcd6a56

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-11', 'macos-12']
19-
python-version: ['3.7', '3.8', '3.9', '3.10']
19+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11-dev']
2020
cratedb-version: ['nightly']
2121
sqla-version: ['latest']
2222
fail-fast: false

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ubuntu-latest, macos-latest]
23-
python-version: ['3.7', '3.8', '3.9', '3.10']
23+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11-dev']
2424
cratedb-version: ['5.0.1']
2525
sqla-version: ['1.3.24', '1.4.41']
2626
fail-fast: true

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def read(path):
9090
'Programming Language :: Python :: 3.8',
9191
'Programming Language :: Python :: 3.9',
9292
'Programming Language :: Python :: 3.10',
93+
'Programming Language :: Python :: 3.11',
9394
'Programming Language :: Python :: Implementation :: CPython',
9495
'Programming Language :: Python :: Implementation :: PyPy',
9596
'Topic :: Database'

0 commit comments

Comments
 (0)