Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit a86ab10

Browse files
committed
Fix Github Actions.
1 parent fc99cc8 commit a86ab10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: [pypy3, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10.0-beta.4]
17+
python-version: [pypy38, 3.6, 3.7, 3.8, 3.9, 3.10.0-beta.4]
1818

1919
steps:
2020
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)