Skip to content

Commit 69ca2dc

Browse files
benjaomingaleksihakli
authored andcommitted
Re-add Python 3.4 and 3.5 definitions + change log for #610
1 parent 8673a91 commit 69ca2dc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog
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+
513
12.6.0
614
======
715

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)