We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a054178 commit 82cd791Copy full SHA for 82cd791
.github/workflows/python-macos.yml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: false
12
matrix:
13
os: [macos]
14
- python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7-v7.3.3"]
+ python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7"]
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v2
0 commit comments