mirror of
https://github.com/soimort/you-get.git
synced 2025-02-02 16:24:00 +03:00
Test on Python 3.10
“3.10” must be quoted or yaml will treat it as 3.1.
This commit is contained in:
parent
798ad6d14e
commit
c064013b9c
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, pypy3]
|
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, "3.10", pypy3]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user