Skip to content

Commit 8614ee7

Browse files
authored
Update test.yaml
1 parent 09d4a2e commit 8614ee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: windows-latest
3939
strategy:
4040
matrix:
41-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
41+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13.0-rc.1"]
4242

4343
steps:
4444
- uses: actions/checkout@v4
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: macos-latest
6363
strategy:
6464
matrix:
65-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
65+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13.0-rc.1"]
6666

6767
steps:
6868
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)