1
0
mirror of https://github.com/pypiserver/pypiserver synced 2024-11-09 16:45:51 +01:00

chore: disable tests on Python3.6 (#471)

This commit is contained in:
Dmitrii O 2023-02-02 12:44:46 +01:00 committed by GitHub
parent d716d0faf3
commit 383c936fb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -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'