Skip to content

Commit

Permalink
Merge pull request #312 from yanokwa/remove-eol-python
Browse files Browse the repository at this point in the history
Remove Python 3.4 CI because it's EOL
  • Loading branch information
ukanga authored Jun 24, 2019
2 parents 3bd99b7 + 567d244 commit 2bdbec3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ jobs:
<<: *build-template
docker:
- image: circleci/python:3.5
py-3.4:
<<: *build-template
docker:
- image: circleci/python:3.4
py-2.7:
<<: *build-template
docker:
Expand All @@ -75,5 +71,4 @@ workflows:
- py-3.7
- py-3.6
- py-3.5
- py-3.4
- py-2.7
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ environment:
# isn't covered by this document) at the time of writing.

- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python34-x64"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37-x64"
Expand Down

0 comments on commit 2bdbec3

Please sign in to comment.