Skip to content

Commit 7b481fb

Browse files
committed
Removed py34 compatibility.
1 parent 5c4abf1 commit 7b481fb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
language: python
55
python:
6-
- "3.4"
76
- "3.5"
87
- "3.6"
98

CONTRIBUTING.rst

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

0 commit comments

Comments
 (0)