Skip to content

Commit

Permalink
CI: Verify support on Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 4, 2024
1 parent 5d9e0b6 commit 8e0e05f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
cratedb-version: ['4.8.4', '5.9.2']
include:

# A single slot for testing CrateDB nightly.
- os: 'ubuntu-latest'
python-version: '3.12'
python-version: '3.13'
cratedb-version: 'nightly'

# A single slot for testing macOS.
- os: 'macos-latest'
python-version: '3.12'
python-version: '3.13'
cratedb-version: '5.9.2'

# A single slot for testing Windows.
- os: 'windows-latest'
python-version: '3.12'
python-version: '3.13'
cratedb-version: '5.9.2'

env:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def read(path):
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Database'
Expand Down

0 comments on commit 8e0e05f

Please sign in to comment.