Skip to content

Commit b0db694

Browse files
authored
Use 3.13.0 for ci tests (#17900)
1 parent 1d4b45b commit b0db694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
tox_extra_args: "-n 4"
7272
test_mypyc: true
7373

74-
- name: Test suite with py313-dev-ubuntu, mypyc-compiled
75-
python: '3.13-dev'
74+
- name: Test suite with py313-ubuntu, mypyc-compiled
75+
python: '3.13'
7676
arch: x64
7777
os: ubuntu-latest
7878
toxenv: py

0 commit comments

Comments
 (0)