Skip to content

Commit

Permalink
TEMP: Use Python 3.13.0-rc.3 for GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 7, 2024
1 parent c8e03ed commit 38ccce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-rc.3']
cratedb-version: ['5.8.3']

# To save resources, only verify the most recent Python versions on macOS.
Expand Down

0 comments on commit 38ccce0

Please sign in to comment.