Skip to content

Commit 8c84d0f

Browse files
authored
docs: remove 3.4 from supported versions list (googleapis#549)
Remove 3.4 from the supported versions list. We no longer actively test it and it has been EOL since March. https://www.python.org/downloads/release/python-3410/
1 parent c05b8b5 commit 8c84d0f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For more information on setting up your Python development environment, please r
2424

2525
Supported Python Versions
2626
^^^^^^^^^^^^^^^^^^^^^^^^^
27-
Python >= 3.4
27+
Python >= 3.5
2828

2929
Deprecated Python Versions
3030
^^^^^^^^^^^^^^^^^^^^^^^^^^

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"Programming Language :: Python :: 2",
5353
"Programming Language :: Python :: 2.7",
5454
"Programming Language :: Python :: 3",
55-
"Programming Language :: Python :: 3.4",
5655
"Programming Language :: Python :: 3.5",
5756
"Programming Language :: Python :: 3.6",
5857
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)