Skip to content

Commit 7c98266

Browse files
committed
drop python3.4
1 parent 4c5c37a commit 7c98266

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ workflows:
109109
name: tests-python3.<< matrix.python3_minor >>
110110
matrix:
111111
parameters:
112-
python3_minor: [4, 5, 6, 7, 8]
112+
python3_minor: [5, 6, 7, 8]

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ skipsdist = True
33
skip_missing_interpreters = True
44
envlist =
55
; Add the `ci` factor to any env that should be running during CI.
6-
py3{4,5,6,7,8}-ci-test-{exporter,tools}-google-cloud
6+
py3{5,6,7,8}-ci-test-{exporter,tools}-google-cloud
77

88
; These are development commands and use the same virtualenv.
99
dev

0 commit comments

Comments
 (0)