It actually works, but mypy fails
This commit is contained in:
parent
650a759a1d
commit
4fd412532b
@ -1,16 +1,13 @@
|
||||
# Build pipelines
|
||||
|
||||
PYTHON_VERSIONS = [
|
||||
"3.6",
|
||||
"3.7",
|
||||
"3.8",
|
||||
"3.9",
|
||||
"latest",
|
||||
]
|
||||
|
||||
PYPY3_VERSIONS = [
|
||||
"3",
|
||||
]
|
||||
PYPY3_VERSIONS = []
|
||||
|
||||
|
||||
def main(ctx):
|
||||
|
6
setup.py
6
setup.py
@ -24,10 +24,10 @@ setup(
|
||||
author="iamthefij",
|
||||
author_email="",
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.5",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"License :: OSI Approved :: MIT License" "Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
],
|
||||
keywords="",
|
||||
packages=find_packages(
|
||||
|
Loading…
Reference in New Issue
Block a user