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 82f8b98 commit c67e3ceCopy full SHA for c67e3ce
.github/workflows/tests.yaml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: false
10
matrix:
11
os: [ubuntu-latest, windows-latest, macos-latest]
12
- python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-rc.2"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0"]
13
steps:
14
- uses: actions/checkout@v4
15
with:
0 commit comments