forked from github.com/pypiserver
chore: disable tests on Python3.6 (#471)
This commit is contained in:
parent
d716d0faf3
commit
383c936fb8
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3.9"] # "3.11-dev"
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy3.9", "3.11"] # "3.12-dev"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -6,6 +6,6 @@
|
||||
-r exe.pip
|
||||
-r test.pip
|
||||
|
||||
black
|
||||
black==22.12.*
|
||||
docopt # For `/bin/bumpver.py`.
|
||||
mypy; implementation_name == 'cpython'
|
||||
|
Loading…
Reference in New Issue
Block a user