Skip to content

Commit

Permalink
Support for Python 3.4 has been dropped
Browse files Browse the repository at this point in the history
(This was missed previously)
  • Loading branch information
pgjones committed Jan 31, 2020
1 parent 5e370db commit e751e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
packages=find_packages("src"),
package_dir={"": "src"},
include_package_data=True,
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
extras_require={
"watchdog": ["watchdog"],
"dev": [
Expand Down

0 comments on commit e751e31

Please sign in to comment.