Skip to content

Commit d54609e

Browse files
authored
Update CircleCI config to remove old Python versions
Removed Python versions 2.7 and 3.4 from the test matrix.
1 parent e328e7e commit d54609e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ workflows:
163163
matrix:
164164
parameters:
165165
version:
166-
- "2.7"
167-
- "3.4"
168166
- "3.5"
169167
- "3.6"
170168
- "3.7"
@@ -175,6 +173,7 @@ workflows:
175173
- "3.12"
176174
- "3.13"
177175
- "3.14"
176+
178177
- testdeploy:
179178
requires:
180179
- tests

0 commit comments

Comments
 (0)