Skip to content

Commit dad9a4c

Browse files
vimallocjpadilla
authored andcommitted
Attempt to drop support for python 2.6 and 3.3 (refs jpadilla#297)
1 parent f67d112 commit dad9a4c

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ addons:
1010
sudo: false
1111
env:
1212
- TOXENV=flake8
13-
- TOXENV=py26-crypto
1413
- TOXENV=py27-crypto
15-
- TOXENV=py33-crypto
1614
- TOXENV=py34-crypto
1715
- TOXENV=py35-crypto
1816
- TOXENV=py36-crypto

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
77
[Unreleased][unreleased]
88
-------------------------------------------------------------------------
99
### Changed
10+
11+
- Dropped support for python 2.6 and 3.3 [#297][297]
12+
1013
### Fixed
1114
### Added
1215

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ def get_version(package):
6060
'Natural Language :: English',
6161
'License :: OSI Approved :: MIT License',
6262
'Programming Language :: Python',
63-
'Programming Language :: Python :: 2.6',
6463
'Programming Language :: Python :: 2.7',
65-
'Programming Language :: Python :: 3.3',
6664
'Programming Language :: Python :: 3.4',
6765
'Programming Language :: Python :: 3.5',
6866
'Programming Language :: Python :: 3.6',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{26,27,33,34,35,36}-crypto, py{27,35,36}-contrib_crypto, py{27,35,36}-nocrypto, flake8
2+
envlist = py{27,34,35,36}-crypto, py{27,35,36}-contrib_crypto, py{27,35,36}-nocrypto, flake8
33

44
[testenv]
55
commands =

0 commit comments

Comments
 (0)