Skip to content

Commit daabcf9

Browse files
kritchiegarrettheel
authored andcommitted
Updates setup.py and tox.ini to reflect supported python versions (pynamodb#544)
1 parent edb477a commit daabcf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
'Programming Language :: Python',
3737
'Operating System :: OS Independent',
3838
'Programming Language :: Python :: 2.7',
39-
'Programming Language :: Python :: 3.3',
39+
'Programming Language :: Python :: 3.6',
4040
'License :: OSI Approved :: MIT License',
4141
],
4242
extras_require={

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
exclude = .tox,docs,build
33

44
[tox]
5-
envlist = py26,py27,py33,py34,py35,pypy
5+
envlist = py26,py27,py33,py34,py35,py36,pypy
66

77
[testenv]
88
deps = -rrequirements-dev.txt

0 commit comments

Comments
 (0)