Skip to content

Commit

Permalink
Allow python 3.6 again
Browse files Browse the repository at this point in the history
  • Loading branch information
wlach committed Mar 23, 2021
1 parent 933077a commit 7e9ab4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@
""",
package_data={"mozregression": ["*.yaml"]},
platforms=["Any"],
python_requires=">=3.7",
python_requires=">=3.6",
setup_requires=["setuptools_scm"],
install_requires=DEPENDENCIES,
classifiers=[
Expand All @@ -51,6 +51,7 @@
"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 7e9ab4a

Please sign in to comment.