mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-19 07:54:25 +00:00
[CI] Add python3.10.
This commit is contained in:
parent
13b5e92fd3
commit
21eecca2bb
3 changed files with 19 additions and 3 deletions
|
|
@ -18,7 +18,13 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: ["ubuntu-latest"]
|
||||
python-version: [pypy-3.7, pypy3, 3.9, 3.8, 3.7, 3.6]
|
||||
python-version: ["pypy-3.7",
|
||||
"pypy-3.6",
|
||||
"3.10",
|
||||
"3.9",
|
||||
"3.8",
|
||||
"3.7",
|
||||
"3.6"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
|
|
@ -18,7 +18,13 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: ["macOS-latest"]
|
||||
python-version: [pypy-3.7, pypy3, 3.9, 3.8, 3.7, 3.6]
|
||||
python-version: ["pypy-3.7",
|
||||
"pypy-3.6",
|
||||
"3.10",
|
||||
"3.9",
|
||||
"3.8",
|
||||
"3.7",
|
||||
"3.6"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
|
|
@ -18,7 +18,11 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: ["windows-latest"]
|
||||
python-version: [3.9, 3.8, 3.7, 3.6]
|
||||
python-version: ["3.10",
|
||||
"3.9",
|
||||
"3.8",
|
||||
"3.7",
|
||||
"3.6"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue