mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-22 11:13:29 +00:00
Add pypy3.7 CI.
This commit is contained in:
parent
4c0de84bbf
commit
6ca1782907
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_and_publish.yml
vendored
2
.github/workflows/build_and_publish.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
fail-fast: true
|
||||
matrix:
|
||||
os: ["ubuntu-latest", "macOS-latest"]
|
||||
python-version: [pypy3, 3.9, 3.8, 3.7, 3.6]
|
||||
python-version: [pypy-3.7, pypy3, 3.9, 3.8, 3.7, 3.6]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue