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 3174d3f commit 630a143Copy full SHA for 630a143
.github/workflows/test.yml
@@ -85,8 +85,8 @@ jobs:
85
toxenv: py
86
tox_extra_args: "-n 3 mypyc/test/test_run.py mypyc/test/test_external.py"
87
88
- - name: mypyc runtime tests with py313-ubuntu
89
- python: '3.13'
+ - name: mypyc runtime tests with py310-ubuntu
+ python: '3.10'
90
os: ubuntu-latest
91
92
0 commit comments