We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8094c34 commit f7fa9c1Copy full SHA for f7fa9c1
1 file changed
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
os: [ ubuntu-latest, macos-latest, windows-latest ]
15
- python-version: ["3.11", "3.12", "3.13"]
+ python-version: ["3.11", "3.12.0-rc.3"]
16
steps:
17
- uses: actions/checkout@v3
18
- name: Set up Python
0 commit comments