mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-04 19:54:42 +00:00
update test matrix
This commit is contained in:
parent
8ed8c0153c
commit
119292a762
3 changed files with 6 additions and 6 deletions
6
CHANGES
6
CHANGES
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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]])
|
||||
|
|
|
|||
4
tox.ini
4
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue