Skip to content

Commit ae7ef87

Browse files
authored
chore(pubsub): declaratively drop Python 3.4 support (#10168)
1 parent d262e9e commit ae7ef87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubsub/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
namespace_packages=namespaces,
8585
install_requires=dependencies,
8686
extras_require=extras,
87-
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
87+
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*",
8888
include_package_data=True,
8989
zip_safe=False,
9090
)

0 commit comments

Comments
 (0)