Skip to content
This repository was archived by the owner on Nov 23, 2017. It is now read-only.

Commit 1d6f0ed

Browse files
committed
CI: Turn off testing of Python 3.3 and 3.4.
Since we don't backport new features in asyncio in Python 3.4 and 3.3, and only keep this repo in sync with Python 3.5, it doesn't make any sense to test against old versions.
1 parent 6b912f5 commit 1d6f0ed

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ os:
44
- linux
55

66
python:
7-
- 3.3
8-
- 3.4
97
- 3.5
108

119
install:

appveyor.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
environment:
22
matrix:
3-
- PYTHON: "C:\\Python34"
4-
- PYTHON: "C:\\Python34-x64"
53
- PYTHON: "C:\\Python35"
64
- PYTHON: "C:\\Python35-x64"
75

0 commit comments

Comments
 (0)