Commit 2bff25d6 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Specify Python version requirements

parent 274003e4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -12,9 +12,15 @@ classifiers = [
	"Intended Audience :: Developers",
	"License :: OSI Approved :: Apache Software License",
	"Natural Language :: English",
	"Programming Language :: Python :: 3",
	"Programming Language :: Python :: 3 :: Only",
	"Programming Language :: Python :: 3.6",
	"Programming Language :: Python :: 3.7",
	"Programming Language :: Python :: 3.8",
	"Programming Language :: Python :: 3.9",
	"Topic :: Software Development :: Quality Assurance",
]
requires-python = "~=3.6"

[tool.flit.scripts]
check-copyright-notice = "hooks.copyright:main"