Skip to content

Commit 7613027

Browse files
Add python 3.4 as py req
1 parent b6f31d6 commit 7613027

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
package_dir={"": "src"},
2222
install_requires=[],
2323
keywords=["async"],
24-
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4",
24+
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4",
2525
classifiers=[
2626
"License :: OSI Approved :: MIT License",
2727
"License :: OSI Approved :: Apache Software License",

0 commit comments

Comments
 (0)