Skip to content

Commit

Permalink
Python: Verify support on Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 7, 2024
1 parent f27e679 commit c8e03ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-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: ['5.8.3']

# To save resources, only use the most recent Python versions on macOS.
# To save resources, only verify the most recent Python versions on macOS.
exclude:
- os: 'macos-latest'
python-version: '3.7'
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,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 c8e03ed

Please sign in to comment.