Skip to content

Commit

Permalink
Run macOS mypyc tests with Python 3.9 (#16326)
Browse files Browse the repository at this point in the history
The 3.8 tests have been flaking for several weeks and I don't think
anyone has a good repro or idea as to the cause
  • Loading branch information
hauntsaninja committed Oct 25, 2023
1 parent 167dc70 commit 090a414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
tox_extra_args: "-n 2"
test_mypyc: true

- name: mypyc runtime tests with py38-macos
python: '3.8.17'
- name: mypyc runtime tests with py39-macos
python: '3.9.18'
arch: x64
os: macos-latest
toxenv: py
Expand Down

0 comments on commit 090a414

Please sign in to comment.