Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
chore: Drop support for Python 2.6, 3.2 & 3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop committed Apr 20, 2018
1 parent 499541d commit 01b085f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,8 @@ language: python

matrix:
include:
- python: 2.6
env: TOXENV=py26
- python: 2.7
env: TOXENV=py27
- python: 3.2
env: TOXENV=py32
- python: 3.3
env: TOXENV=py33
- python: 3.4
env: TOXENV=py34
- python: 3.5
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ Changelog
------------------

* Fix installing requirements with ``pip==10.0`` and higher
* Drop support for Python 2.6, 3.2 & 3.3

1.0.0 (2015-11-15)
------------------
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,8 @@ def rel(*parts):
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import-order-style = google
max-complexity = 20

[tox]
envlist = py26,py27,py32,py33,py34,py35,py36,pypy,pypy3
envlist = py26,py27,py33,py34,py35,py36,pypy,pypy3

[testenv]
deps =
Expand Down

0 comments on commit 01b085f

Please sign in to comment.