Skip to content

Commit 38ccce0

Browse files
committed
TEMP: Use Python 3.13.0-rc.3 for GHA
1 parent c8e03ed commit 38ccce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: ['ubuntu-latest', 'macos-latest']
21-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
21+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-rc.3']
2222
cratedb-version: ['5.8.3']
2323

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

0 commit comments

Comments
 (0)