require python 3.8 or greater

3.7 was my previous target, but 3.8 has been out for a while.
plus, i'm not planning on releasing this for a while,
so i can do what i want.
This commit is contained in:
Connor Olding 2020-09-05 03:35:51 +02:00
parent 8dba94b61a
commit 52f315b395

View File

@ -6,6 +6,7 @@ setup(
packages=[
'respodns',
],
python_requires='>3.8.0',
author='notwa',
author_email='cloningdonor+pypi@gmail.com',
@ -22,7 +23,7 @@ setup(
'License :: OSI Approved :: ISC License (ISCL)',
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: SQL',
'Topic :: Internet :: Name Service (DNS)',
'Topic :: System :: Logging',