Skip to content

Commit b64103b

Browse files
committed
Use prerelease versions of 3.13
1 parent bb03335 commit b64103b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,23 @@ jobs:
4747
- "3.10"
4848
- "3.11"
4949
- "3.12"
50-
- "3.13"
50+
- "3.13.0-rc.1"
5151
os: ["ubuntu-latest"]
5252
include:
5353
# MacOS ARM m1
5454
- os: "macos-latest"
5555
python-version: "3.8"
5656
- os: "macos-latest"
57-
python-version: "3.13"
57+
python-version: "3.13.0-rc.1"
5858
# MacOS x86-64
5959
- os: "macos-13"
6060
python-version: "3.8"
6161
- os: "macos-13"
62-
python-version: "3.13"
62+
python-version: "3.13.0-rc.1"
6363
- os: "windows-latest"
6464
python-version: "3.8"
6565
- os: "windows-latest"
66-
python-version: "3.13"
66+
python-version: "3.13.0-rc.1"
6767
steps:
6868
- uses: actions/checkout@v4
6969
with:

0 commit comments

Comments
 (0)