Skip to content

Commit ccb2e3b

Browse files
committed
Remove Python 3.4 Support Closes #12
1 parent 0b1c03a commit ccb2e3b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.4"
54
- "3.5"
65
- "3.6"
76
matrix:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Before you submit a pull request, check that it meets these guidelines:
100100
2. If the pull request adds functionality, the docs should be updated. Put
101101
your new functionality into a function with a docstring, and add the
102102
feature to the list in README.rst.
103-
3. The pull request should work for Python 2.7, 3.4, 3.5 and 3.6, and for PyPy. Check
103+
3. The pull request should work for Python 2.7, 3.5 and 3.6, and for PyPy. Check
104104
https://travis-ci.org/hetznercloud/hetznercloud-python/pull_requests
105105
and make sure that the tests pass for all supported Python versions.
106106

0 commit comments

Comments
 (0)