Skip to content

Commit

Permalink
3.7+
Browse files Browse the repository at this point in the history
  • Loading branch information
wlach committed Mar 11, 2021
1 parent d293555 commit ead1b7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -42,7 +42,7 @@
""",
package_data={"mozregression": ["*.yaml"]},
platforms=["Any"],
python_requires=">=3.6",
python_requires=">=3.7",
setup_requires=["setuptools_scm"],
install_requires=DEPENDENCIES,
classifiers=[
Expand All @@ -51,7 +51,6 @@
"Environment :: Console",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3 :: Only",
Expand Down

0 comments on commit ead1b7a

Please sign in to comment.