We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb03335 commit b64103bCopy full SHA for b64103b
.github/workflows/ci.yml
@@ -47,23 +47,23 @@ jobs:
47
- "3.10"
48
- "3.11"
49
- "3.12"
50
- - "3.13"
+ - "3.13.0-rc.1"
51
os: ["ubuntu-latest"]
52
include:
53
# MacOS ARM m1
54
- os: "macos-latest"
55
python-version: "3.8"
56
57
- python-version: "3.13"
+ python-version: "3.13.0-rc.1"
58
# MacOS x86-64
59
- os: "macos-13"
60
61
62
63
- os: "windows-latest"
64
65
66
67
steps:
68
- uses: actions/checkout@v4
69
with:
0 commit comments