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 0c2b6d9 commit dbd1545Copy full SHA for dbd1545
1 file changed
.github/workflows/test.yml
@@ -94,8 +94,8 @@ jobs:
94
# This is broken. See
95
# - https://github.com/python/mypy/issues/17819
96
# - https://github.com/python/mypy/pull/17822
97
- - name: mypyc runtime tests with py39-debug-build-ubuntu
98
- python: '3.9.21'
+ - name: mypyc runtime tests with py310-debug-build-ubuntu
+ python: '3.10'
99
os: ubuntu-latest
100
toxenv: py
101
tox_extra_args: "-n 4 mypyc/test/test_run.py mypyc/test/test_external.py"
0 commit comments