Skip to content

Commit

Permalink
Remove Django 2.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Sep 9, 2022
1 parent 4a6122d commit bd9d1a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
- "3.9"
- "3.10"
django-version:
- "2.2"
- "3.2"
- "4.0"
- "4.1"
Expand Down
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,15 @@ classifier =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Framework :: Django
Framework :: Django :: 2.2
Framework :: Django :: 3.1
Framework :: Django :: 3.2
Framework :: Django :: 4.0
Framework :: Django :: 4.1

[options]
include_package_data = True
packages = django_select2
install_requires =
django>=2.2
django>=3.2
django-appconf>=0.6.0
setup_requires =
setuptools_scm
Expand Down

0 comments on commit bd9d1a5

Please sign in to comment.