Skip to content

Commit e0c2484

Browse files
jonafatoIvoz
authored andcommitted
Declare support for Python 3.6
Per the [changelog](https://github.com/pypa/virtualenv/blob/6d8a4ed81f40223a3f9ea1ba5d11be500d9f667a/docs/changes.rst) notes for `15.1.0`, Python 3.6 is supported. This change adds 3.6 to the trove classifiers and drops the now-unsupported 3.3.
1 parent e8163e8 commit e0c2484

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ matrix:
1515
env: TOXENV=python3.6
1616
- python: pypy
1717
env: TOXENV=pypy
18-
- python: 3.5
18+
- python: 3.6
1919
env: TOXENV=crosspython3
2020
- python: 2.7
2121
env: TOXENV=crosspython2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ def get_version():
106106
'Programming Language :: Python :: 2.6',
107107
'Programming Language :: Python :: 2.7',
108108
'Programming Language :: Python :: 3',
109-
'Programming Language :: Python :: 3.3',
110109
'Programming Language :: Python :: 3.4',
111110
'Programming Language :: Python :: 3.5',
111+
'Programming Language :: Python :: 3.6',
112112
],
113113
keywords='setuptools deployment installation distutils',
114114
author='Ian Bicking',

0 commit comments

Comments
 (0)