Skip to content

Commit 630a143

Browse files
authored
Run ubuntu mypyc tests on 3.10 (#20169)
from Emma #20155 (comment)
1 parent 3174d3f commit 630a143

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
@@ -85,8 +85,8 @@ jobs:
8585
toxenv: py
8686
tox_extra_args: "-n 3 mypyc/test/test_run.py mypyc/test/test_external.py"
8787

88-
- name: mypyc runtime tests with py313-ubuntu
89-
python: '3.13'
88+
- name: mypyc runtime tests with py310-ubuntu
89+
python: '3.10'
9090
os: ubuntu-latest
9191
toxenv: py
9292
tox_extra_args: "-n 3 mypyc/test/test_run.py mypyc/test/test_external.py"

0 commit comments

Comments
 (0)