Skip to content

Commit 0d33e28

Browse files
committed
Ensure testing with released CPython 3.5
CPython 3.5.0 was released on September 13th, 2015.
1 parent 050d7f4 commit 0d33e28

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ python:
33
- 2.7
44
- 3.3
55
- 3.4
6+
- 3.5
67
- pypy
78
install:
89
- pip install -r requirements.txt

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ def run(self):
109109
'Programming Language :: Python :: 2.7',
110110
'Programming Language :: Python :: 3.3',
111111
'Programming Language :: Python :: 3.4',
112+
'Programming Language :: Python :: 3.5',
112113
'Topic :: Software Development :: Libraries :: Python Modules'
113114
],
114115

0 commit comments

Comments
 (0)