Skip to content

Commit 82cd791

Browse files
authored
fix macos check (#632)
1 parent a054178 commit 82cd791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [macos]
14-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7-v7.3.3"]
14+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7"]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v2

0 commit comments

Comments
 (0)