Skip to content

Commit 650f406

Browse files
authored
Remove classifier for Python 3.4 for end-of-life. (#7535)
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
1 parent f9add79 commit 650f406

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/google-cloud-bigquery-datatransfer/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies.
4848

4949
Supported Python Versions
5050
^^^^^^^^^^^^^^^^^^^^^^^^^
51-
Python >= 3.4
51+
Python >= 3.5
5252

5353
Deprecated Python Versions
5454
^^^^^^^^^^^^^^^^^^^^^^^^^^

packages/google-cloud-bigquery-datatransfer/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
'Programming Language :: Python :: 2',
7373
'Programming Language :: Python :: 2.7',
7474
'Programming Language :: Python :: 3',
75-
'Programming Language :: Python :: 3.4',
7675
'Programming Language :: Python :: 3.5',
7776
'Programming Language :: Python :: 3.6',
7877
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)