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 b6ad62b commit 356d9a2Copy full SHA for 356d9a2
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
fail-fast: false
23
matrix:
24
os: ['macos-13', 'macos-latest', 'ubuntu-latest', 'windows-latest']
25
- python-version: ['3.10', '3.11', '3.12', '3.13-dev']
+ python-version: ['3.10', '3.11', '3.12', '3.13']
26
steps:
27
- name: Set up the repository
28
uses: actions/checkout@v4
0 commit comments