[Git][reproducible-builds/diffoscope][master] Bump Python requirement from 3.6 to 3.7; most distributions are either...
Chris Lamb
gitlab at salsa.debian.org
Tue Aug 4 09:33:26 UTC 2020
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
ec05101b by Chris Lamb at 2020-08-04T10:31:40+01:00
Bump Python requirement from 3.6 to 3.7; most distributions are either shipping with 3.5 or 3.7, so supporting 3.6 is not somewhat unnecessary but also arduous to test locally.
- - - - -
1 changed file:
- setup.py
Changes:
=====================================
setup.py
=====================================
@@ -9,8 +9,8 @@ from setuptools import setup, find_packages
from setuptools.command.test import test as TestCommand
-if sys.version_info < (3, 6):
- print("diffoscope requires at least python 3.6", file=sys.stderr)
+if sys.version_info < (3, 7):
+ print("diffoscope requires at least python 3.7", file=sys.stderr)
sys.exit(1)
@@ -70,7 +70,7 @@ setup(
'tlsh',
],
},
- python_requires='>=3.6',
+ python_requires='>=3.7',
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
@@ -78,7 +78,6 @@ setup(
'Operating System :: POSIX',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Utilities',
],
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/ec05101b7dfed625ae6e33336748f572ee90635e
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/ec05101b7dfed625ae6e33336748f572ee90635e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20200804/1bc7b888/attachment.htm>
More information about the rb-commits
mailing list