Skip to content

Commit 9c419a6

Browse files
vidartfSteven Silvester
authored andcommitted
Tune pypy version on OSX CI
Supposedly this will bring me great luck and good fortune!
1 parent 31ce1a6 commit 9c419a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [macos]
14-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev", "pypy3"]
14+
python-version:
15+
["3.6", "3.7", "3.8", "3.9", "3.10-dev", "pypy-3.7-v7.3.3"]
1516
steps:
1617
- name: Checkout
1718
uses: actions/checkout@v2

0 commit comments

Comments
 (0)