We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6122d commit bd9d1a5Copy full SHA for bd9d1a5
.github/workflows/ci.yml
@@ -50,7 +50,6 @@ jobs:
50
- "3.9"
51
- "3.10"
52
django-version:
53
- - "2.2"
54
- "3.2"
55
- "4.0"
56
- "4.1"
setup.cfg
@@ -20,16 +20,15 @@ classifier =
20
Programming Language :: Python :: 3.9
21
Programming Language :: Python :: 3.10
22
Framework :: Django
23
- Framework :: Django :: 2.2
24
- Framework :: Django :: 3.1
+ Framework :: Django :: 3.2
25
Framework :: Django :: 4.0
26
Framework :: Django :: 4.1
27
28
[options]
29
include_package_data = True
30
packages = django_select2
31
install_requires =
32
- django>=2.2
+ django>=3.2
33
django-appconf>=0.6.0
34
setup_requires =
35
setuptools_scm
0 commit comments