|
|
@@ -87,7 +87,7 @@ setup( |
|
|
|
else [], |
|
|
|
tests_require=["pytest"], |
|
|
|
version=__version__, |
|
|
|
python_requires=">= 3.7", |
|
|
|
python_requires=">= 3.8", |
|
|
|
author="Ben Kurtovic", |
|
|
|
author_email="ben.kurtovic@gmail.com", |
|
|
|
url="https://github.com/earwig/mwparserfromhell", |
|
|
@@ -105,7 +105,6 @@ setup( |
|
|
|
"License :: OSI Approved :: MIT License", |
|
|
|
"Operating System :: OS Independent", |
|
|
|
"Programming Language :: Python :: 3", |
|
|
|
"Programming Language :: Python :: 3.7", |
|
|
|
"Programming Language :: Python :: 3.8", |
|
|
|
"Programming Language :: Python :: 3.9", |
|
|
|
"Programming Language :: Python :: 3.10", |
|
|
|