We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf10d27 commit fdae460Copy full SHA for fdae460
1 file changed
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
matrix:
21
# PREPARED: os: [ubuntu-latest, macos-latest, windows-latest]
22
os: [ubuntu-latest, windows-latest]
23
- python-version: ["3.12", "3.11", "3.10"]
+ python-version: ["3.13.0-rc.3", "3.12", "3.11", "3.10"]
24
exclude:
25
- os: windows-latest
26
python-version: "2.7"
0 commit comments