Drop support for Python 3.6 and old urllib3

This commit is contained in:
Mike Edmunds
2023-05-02 13:59:01 -07:00
parent 485766182e
commit 9fba58237d
6 changed files with 28 additions and 70 deletions

View File

@@ -57,8 +57,7 @@ jobs:
run: |
set -x
python -VV
# Must pin virtualenv for tox py36 testenv:
python -m pip install 'tox<4' 'virtualenv<20.22.0'
python -m pip install 'tox<4'
python -m tox --version
- name: Test ${{ matrix.tox.name }}
run: |