Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 841a1bb

Browse files
authored
fletcher is Python 3+ only (#185)
1 parent 4bd9d85 commit 841a1bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bdist_wheel]
2-
universal = 1
2+
universal = 0
33

44
[mypy]
55
ignore_missing_imports=True

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@
2727
"Programming Language :: Python :: 3.6",
2828
],
2929
packages=find_packages(),
30+
python_requires=">=3",
3031
install_requires=["pandas>=1.0", "pyarrow>=0.17.0", "numba>=0.49", "six"],
3132
)

0 commit comments

Comments
 (0)