Skip to content

Commit

Permalink
Drop support for Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed May 11, 2022
1 parent adb8707 commit ce03a9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Changelog
0.8.3 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~~

* Dropped support for Python 3.5
* Django 4.0 compatibility (Matthew Westcott)
* Prevent FileFieldAdapter adding BASE_URL to absolute URLs (Haydn Greatnews)


0.8.2 (29.07.2021)
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
'mkdocs-material>=4.6,<4.7',
],
},
python_requires=">=3.6",
license='BSD',
long_description="An extension for Wagtail allowing content to be transferred between multiple instances of a Wagtail project",
classifiers=[
Expand All @@ -29,9 +30,11 @@
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Framework :: Django',
'Framework :: Wagtail',
'Framework :: Wagtail :: 2',
Expand Down

0 comments on commit ce03a9c

Please sign in to comment.