mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Tests: get tox py36 tests working again
tox dependency virtualenv dropped support for creating Python 3.6 environments in a minor release. [1] Announce deprecation of Anymail Python 3.6 support. Until that can take effect, pin an older version of virtualenv that still works for tox py36 testenv. [1]: See https://github.com/pypa/virtualenv/pull/2548#issuecomment-1527278210 et seq
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -57,7 +57,8 @@ jobs:
|
||||
run: |
|
||||
set -x
|
||||
python -VV
|
||||
python -m pip install 'tox<4'
|
||||
# Must pin virtualenv for tox py36 testenv:
|
||||
python -m pip install 'tox<4' 'virtualenv<20.22.0'
|
||||
python -m tox --version
|
||||
- name: Test ${{ matrix.tox.name }}
|
||||
run: |
|
||||
|
||||
@@ -36,6 +36,12 @@ Fixes
|
||||
* **Postmark:** Workaround for handling inbound test webhooks.
|
||||
(`More info <https://github.com/anymail/django-anymail/issues/304>`__)
|
||||
|
||||
Deprecations
|
||||
~~~~~~~~~~~~
|
||||
|
||||
* This will be the last Anymail release to support Python 3.6
|
||||
(which reached end-of-life on 2021-12-23).
|
||||
|
||||
Other
|
||||
~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user