We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5259313 commit 4d4033aCopy full SHA for 4d4033a
.github/workflows/ci_run.yml
@@ -16,7 +16,7 @@ jobs:
16
fail-fast: false
17
matrix:
18
os: [ubuntu-latest, windows-latest, macos-latest]
19
- python-version: [ '3.11', '3.12', '3.13.0-rc.1' ]
+ python-version: [ '3.11', '3.12', '3.13.x' ]
20
runs-on: ${{ matrix.os }}
21
steps:
22
- uses: actions/checkout@v4
0 commit comments