Drop Django 2.2 support.
This commit is contained in:
@@ -19,8 +19,8 @@ jobs:
|
||||
id: create_matrix
|
||||
with:
|
||||
matrix: |
|
||||
python-version {3.8}, django-version {2.2,3.0,3.1,3.2}, database {sqlite,postgres}
|
||||
python-version {3.9}, django-version {2.2,3.0,3.1,3.2}, database {sqlite,postgres}
|
||||
python-version {3.8}, django-version {3.0,3.1,3.2}, database {sqlite,postgres}
|
||||
python-version {3.9}, django-version {3.0,3.1,3.2}, database {sqlite,postgres}
|
||||
python-version {3.10}, django-version {3.2,4.0,4.1}, database {sqlite,postgres}
|
||||
python-version {3.11}, django-version {4.1}, database {sqlite,postgres}
|
||||
|
||||
|
||||
@@ -24,7 +24,6 @@ classifiers =
|
||||
Development Status :: 5 - Production/Stable
|
||||
Environment :: Web Environment
|
||||
Framework :: Django
|
||||
Framework :: Django :: 2.2
|
||||
Framework :: Django :: 3.0
|
||||
Framework :: Django :: 3.1
|
||||
Framework :: Django :: 3.2
|
||||
@@ -40,7 +39,7 @@ classifiers =
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
Topic :: Software Development :: Build Tools
|
||||
requires = django (>= 2.2)
|
||||
requires = django (>= 3.0)
|
||||
project_urls =
|
||||
Documentation = https://github.com/fabiocaccamo/%(name)s#readme
|
||||
Issues = https://github.com/fabiocaccamo/%(name)s/issues
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[tox]
|
||||
envlist =
|
||||
py38-{dj22,dj30,dj31,dj32}-{sqlite,postgres},
|
||||
py39-{dj22,dj30,dj31,dj32}-{sqlite,postgres},
|
||||
py38-{dj30,dj31,dj32}-{sqlite,postgres},
|
||||
py39-{dj30,dj31,dj32}-{sqlite,postgres},
|
||||
py310-{dj32,dj40,dj41}-{sqlite,postgres},
|
||||
py311-{dj41}-{sqlite,postgres},
|
||||
|
||||
@@ -21,7 +21,6 @@ setenv =
|
||||
postgres: DATABASE_ENGINE=postgres
|
||||
|
||||
deps =
|
||||
dj22: Django == 2.2.*
|
||||
dj30: Django == 3.0.*
|
||||
dj31: Django == 3.1.*
|
||||
dj32: Django == 3.2.*
|
||||
|
||||
Reference in New Issue
Block a user