Skip to content

Commit 2c55e9c

Browse files
committed
ignore invalid python versions
1 parent 71c9774 commit 2c55e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
max-parallel: 6
2222
matrix:
2323
os: [ubuntu-latest, macos-latest, windows-latest]
24-
python: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "pypy2", "pypy3"]
24+
python: ["2.7", "3.7", "3.8", "3.9", "3.10", "pypy3"]
2525

2626
steps:
2727
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)