Skip to content

Commit d883957

Browse files
committed
Drop 3.2/3.3, since PySAM does not build with them
1 parent cc005de commit d883957

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ cache:
66
- $HOME/.cache/pip
77
python:
88
- "2.7"
9-
- "3.2"
10-
- "3.3"
119
- "3.4"
1210
- "3.5"
1311
- "3.6"

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@
6363
'Programming Language :: Python :: 2',
6464
'Programming Language :: Python :: 2.7',
6565
'Programming Language :: Python :: 3',
66-
'Programming Language :: Python :: 3.2',
67-
'Programming Language :: Python :: 3.3',
6866
'Programming Language :: Python :: 3.4',
6967
'Programming Language :: Python :: 3.5',
7068
'Programming Language :: Python :: 3.6',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py27, py32, py33, py34, py35, py36, pypy, pypy3
7+
envlist = py27, py34, py35, py36, pypy, pypy3
88

99
[testenv]
1010
deps =

0 commit comments

Comments
 (0)