Skip to content

Commit

Permalink
BEN-2526 upgrade py3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stefaniloaie committed Jan 9, 2024
1 parent d1a3a88 commit 83211ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion filer/admin/archiveadmin.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from django.contrib import admin
from filer.admin.fileadmin import FileAdmin
from filer.models import Archive
from django.conf.urls import url


class ArchiveAdminForm(forms.ModelForm):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(fname):
author_email='[email protected]',
packages=find_packages(),
install_requires=(
'django>=2,<=3.2',
'django>=3.2,<=4.2',
'django-mptt>=0.6,<1.0', # the exact version depends on Django
'django_polymorphic==3.1.0',
'easy-thumbnails>=2,<3.0',
Expand Down

0 comments on commit 83211ab

Please sign in to comment.