File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ 12.6.1
6+ ======
7+
8+ * Deprecate explicit support for Python 3.4 and 3.5 in order to simplify the test matrix #610
9+ * Add requirement for ``setuptools_scm `` to automatically resolve version from git tags #610
10+ * Removed property ``thumbnail.__version__ `` #610
11+
12+
51312.6.0
614======
715
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def run(self):
2222 url = 'https://github.com/jazzband/sorl-thumbnail' ,
2323 packages = find_packages (exclude = ['tests' , 'tests.*' ]),
2424 platforms = 'any' ,
25- python_requires = '>=3.6 ' ,
25+ python_requires = '>=3.4 ' ,
2626 zip_safe = False ,
2727 classifiers = [
2828 'Development Status :: 2 - Pre-Alpha' ,
@@ -31,6 +31,8 @@ def run(self):
3131 'License :: OSI Approved :: BSD License' ,
3232 'Operating System :: OS Independent' ,
3333 'Programming Language :: Python' ,
34+ 'Programming Language :: Python :: 3.4' ,
35+ 'Programming Language :: Python :: 3.5' ,
3436 'Programming Language :: Python :: 3.6' ,
3537 'Programming Language :: Python :: 3.7' ,
3638 'Programming Language :: Python :: 3.8' ,
You can’t perform that action at this time.
0 commit comments