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:
Mike Edmunds
2023-05-02 10:23:55 -07:00
parent 885eb9b98a
commit 8c31883c1a
3 changed files with 9 additions and 1 deletions

View File

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