mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 00:33:58 +03:00
test on Python 3.9
This commit is contained in:
parent
5104dd3058
commit
e1db00a8fd
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, pypy3]
|
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, pypy3]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user