mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Drop support for Python 3.6 and old urllib3
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user