Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 62d80eb

Browse files
committed
Explicitly specify the version of pypi
`pypy3` is deprecated. See actions/setup-python#168 (comment)
1 parent 83ec82c commit 62d80eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
"3.9",
2222
"3.10",
2323
"pypy2",
24-
"pypy3",
24+
"pypy-3.8",
2525
]
2626
os: [ubuntu-latest, windows-latest, macos-latest]
2727
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)