1
0
Fork 0

Removed support for Python 3.3.

This commit is contained in:
Irina Truong 2018-01-15 19:10:06 -08:00
parent 327f15afc3
commit d07230495d
4 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"

View File

@ -6,6 +6,11 @@ Features:
* Add support for `\T` command to change format output. (Thanks: `Frederic Aoustin`_).
Internal changes:
-----------------
* Removed support for Python 3.3. (Thanks: `Irina Truong`_)
1.8.2
=====

View File

@ -56,7 +56,6 @@ setup(
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27, py33, py34, py35, py36
envlist = py27, py34, py35, py36
[testenv]
deps = pytest
mock