Added django 4.0 to CI.

pull/147/head
Fabio Caccamo 2021-12-08 15:52:41 +01:00
parent 017f905330
commit 1f690978bf
2 changed files with 3 additions and 1 deletions

View File

@ -56,6 +56,7 @@ setup(
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',

View File

@ -5,7 +5,7 @@ envlist =
py37-{dj20,dj21,dj22,dj30,dj31,dj32}-{sqlite,postgres},
py38-{dj22,dj30,dj31,dj32}-{sqlite,postgres},
py39-{dj22,dj30,dj31,dj32}-{sqlite,postgres},
py310-{dj32}-{sqlite,postgres},
py310-{dj32,dj40}-{sqlite,postgres},
[gh-actions]
python =
@ -30,6 +30,7 @@ deps =
dj30: Django == 3.0.*
dj31: Django == 3.1.*
dj32: Django == 3.2.*
dj40: Django == 4.0.*
# mysql: mysqlclient
postgres: psycopg2-binary
coverage