Skip to content

Commit 022d2db

Browse files
authored
Update test.yaml
1 parent 8614ee7 commit 022d2db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13.0-rc.1"]
17+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1818

1919
steps:
2020
- uses: actions/checkout@v4
@@ -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.0-rc.1"]
41+
python-version: ["3.9", "3.10", "3.11", "3.12"]
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.0-rc.1"]
65+
python-version: ["3.9", "3.10", "3.11", "3.12"]
6666

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

0 commit comments

Comments
 (0)