Skip to content

Commit fa58caa

Browse files
CI
1 parent 89335a4 commit fa58caa

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
@@ -19,7 +19,7 @@ jobs:
1919
# You can use PyPy versions in python-version.
2020
# For example, pypy2 and pypy3
2121
matrix:
22-
python-version: [ 3.6, 3.7, 3.8, 3.9, pypy3.6, pypy3.7 ]
22+
python-version: [ 3.6, 3.7, 3.8, 3.9, pypy-3.6, pypy-3.7 ]
2323
steps:
2424
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2525
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)