ci: update for django 3.2
gitea/combo-plugin-nanterre/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-03-30 09:52:14 +02:00
parent e1e26ba74d
commit 83ee36d05c
2 changed files with 3 additions and 4 deletions

View File

@ -104,7 +104,7 @@ setup(
'Programming Language :: Python', 'Programming Language :: Python',
], ],
install_requires=[ install_requires=[
'django>=2.2, <2.3', 'django>=3.2, <3.3',
], ],
zip_safe=False, zip_safe=False,
entry_points={ entry_points={

View File

@ -19,10 +19,9 @@ deps =
pytest-django pytest-django
WebTest WebTest
django-webtest django-webtest
psycopg2-binary<2.9 psycopg2-binary
psycopg2<2.9
django-ratelimit<3 django-ratelimit<3
django>=2.2,<2.3 django>=3.2,<3.3
git+https://git.entrouvert.org/entrouvert/debian-django-ckeditor.git git+https://git.entrouvert.org/entrouvert/debian-django-ckeditor.git
git+https://git.entrouvert.org/entrouvert/publik-django-templatetags.git git+https://git.entrouvert.org/entrouvert/publik-django-templatetags.git
git+https://git.entrouvert.org/entrouvert/combo.git git+https://git.entrouvert.org/entrouvert/combo.git