Skip to content

Commit

Permalink
chore(pubsub): declaratively drop Python 3.4 support (#10168)
Browse files Browse the repository at this point in the history
  • Loading branch information
plamut committed Jan 16, 2020
1 parent d262e9e commit ae7ef87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsub/setup.py
Expand Up @@ -84,7 +84,7 @@
namespace_packages=namespaces,
install_requires=dependencies,
extras_require=extras,
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.*",
include_package_data=True,
zip_safe=False,
)

0 comments on commit ae7ef87

Please sign in to comment.