Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into enum-private-attr
Browse files Browse the repository at this point in the history
  • Loading branch information
hamdanal committed Apr 27, 2024
2 parents 8c641d6 + 8bc7966 commit 84dc3bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
- name: mypyc runtime tests with py39-macos
python: '3.9.18'
arch: x64
os: macos-latest
# TODO: macos-13 is the last one to support Python 3.9, change it to macos-latest when updating the Python version
os: macos-13
toxenv: py
tox_extra_args: "-n 2 mypyc/test/test_run.py mypyc/test/test_external.py"
- name: mypyc runtime tests with py38-debug-build-ubuntu
Expand Down

0 comments on commit 84dc3bb

Please sign in to comment.