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 91c3656 commit d5594f3Copy full SHA for d5594f3
.github/workflows/github-actions.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: 'py311 (macos)'
66
python: '3.11'
67
toxpython: 'python3.11'
68
- python_arch: 'x64'
+ python_arch: 'arm64'
69
tox_env: 'py311'
70
os: 'macos-latest'
71
- name: 'py311 (windows)'
@@ -84,7 +84,7 @@ jobs:
84
# - name: 'pypy38 (macos)'
85
# python: 'pypy-3.8'
86
# toxpython: 'pypy3.8'
87
-# python_arch: 'x64'
+# python_arch: 'arm64'
88
# tox_env: 'pypy38'
89
# os: 'macos-latest'
90
# - name: 'pypy39 (ubuntu)'
@@ -96,7 +96,7 @@ jobs:
96
# - name: 'pypy39 (macos)'
97
# python: 'pypy-3.9'
98
# toxpython: 'pypy3.9'
99
100
# tox_env: 'pypy39'
101
102
0 commit comments