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 f7c3b88 commit 47c7308Copy full SHA for 47c7308
.github/workflows/test.yml
@@ -94,8 +94,8 @@ jobs:
94
os: macos-13
95
toxenv: py
96
tox_extra_args: "-n 3 mypyc/test/test_run.py mypyc/test/test_external.py"
97
- - name: mypyc runtime tests with py39-debug-build-ubuntu
98
- python: '3.9.18'
+ - name: mypyc runtime tests with py311-debug-build-ubuntu
+ python: '3.11'
99
arch: x64
100
os: ubuntu-latest
101
0 commit comments