Skip to content

Commit 4d4033a

Browse files
authored
GitHub Workflows:
* Update ci_run.yml
1 parent 5259313 commit 4d4033a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_run.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest, windows-latest, macos-latest]
19-
python-version: [ '3.11', '3.12', '3.13.0-rc.1' ]
19+
python-version: [ '3.11', '3.12', '3.13.x' ]
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)