-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #205 from respondcreate/github-actions-fork-pr-fix
GitHub actions fork pr fix & Django `5.0.x` Added To Test Matrix
- Loading branch information
Showing
6 changed files
with
48 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
setup( | ||
name='django-versatileimagefield', | ||
packages=find_packages(), | ||
version='3.0', | ||
version='3.1', | ||
author='Jonathan Ellenberger', | ||
author_email='[email protected]', | ||
url='http://github.com/respondcreate/django-versatileimagefield/', | ||
|
@@ -16,7 +16,7 @@ | |
long_description=open('README.rst').read(), | ||
zip_safe=False, | ||
install_requires=[ | ||
'Pillow>=2.4.0', | ||
'Pillow>=6.2.0', | ||
'python-magic>=0.4.22,<1.0.0', | ||
'Django>=3.0', | ||
], | ||
|
@@ -33,6 +33,7 @@ | |
'Framework :: Django :: 3.2', | ||
'Framework :: Django :: 4.0', | ||
'Framework :: Django :: 4.1', | ||
'Framework :: Django :: 5.0', | ||
'Intended Audience :: Developers', | ||
'License :: OSI Approved :: MIT License', | ||
'Natural Language :: English', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters