Skip to content

Commit

Permalink
Remove Python 3.4 Support Closes #12
Browse files Browse the repository at this point in the history
  • Loading branch information
LKaemmerling committed Feb 12, 2019
1 parent 0b1c03a commit ccb2e3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
matrix:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Before you submit a pull request, check that it meets these guidelines:
2. If the pull request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for Python 2.7, 3.4, 3.5 and 3.6, and for PyPy. Check
3. The pull request should work for Python 2.7, 3.5 and 3.6, and for PyPy. Check
https://travis-ci.org/hetznercloud/hetznercloud-python/pull_requests
and make sure that the tests pass for all supported Python versions.
Expand Down

0 comments on commit ccb2e3b

Please sign in to comment.