update test matrix

This commit is contained in:
Marco Bonetti 2021-12-08 09:24:34 +01:00
parent 8ed8c0153c
commit 119292a762
3 changed files with 6 additions and 6 deletions

View file

@ -1,9 +1,9 @@
Version History
===============
Version 0.9.8 (unreleased)
--------------------------
* Test against Django 4.0-dev
Version 0.9.8
-------------
* Test against Django 4.0
Version 0.9.7

View file

@ -11,4 +11,4 @@ VERSION = (0, 9, 8)
def get_version(limit=3):
"""Return the version as a human-format string."""
return '.'.join([str(i) for i in VERSION[:limit]])
return ".".join([str(i) for i in VERSION[:limit]])

View file

@ -34,8 +34,8 @@ deps =
django22: Django>=2.2.17,<=2.2.99
django30: Django>=3.0,<=3.0.99
django31: Django>=3.1,<=3.1.99
django32: Django>=3.2a1,<=3.2.99
django40: Django>=4.0a1,<4.1
django32: Django>=3.2,<=3.2.99
django40: Django>=4.0,<4.1
django{22,30,31}: python-memcached
django{32,40}: pymemcache