Skip to content

Commit 8682d48

Browse files
committed
Update GHA Python versions
3.15 line is currently pre-release, so use release candidate version.
1 parent 3243a5f commit 8682d48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.15']
12+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.15.0-rc.1']
1313
os: [ubuntu-latest, windows-latest, macos-latest]
1414
fail-fast: false
1515
steps:

0 commit comments

Comments
 (0)