bump python requirement to 3.9 for my own sanity
This commit is contained in:
parent
7a1a728a5a
commit
a1a405220e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ setup(
|
||||||
packages=[
|
packages=[
|
||||||
'respodns',
|
'respodns',
|
||||||
],
|
],
|
||||||
python_requires='>3.8.0',
|
python_requires='>3.9.0',
|
||||||
|
|
||||||
author='notwa',
|
author='notwa',
|
||||||
author_email='cloningdonor+pypi@gmail.com',
|
author_email='cloningdonor+pypi@gmail.com',
|
||||||
|
|
Loading…
Reference in a new issue