Skip to content

Commit 2d92aa1

Browse files
committed
Add support for Python 3.6
1 parent c679d13 commit 2d92aa1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def read_file(filename):
9696
'Programming Language :: Python :: 3.3',
9797
'Programming Language :: Python :: 3.4',
9898
'Programming Language :: Python :: 3.5',
99+
'Programming Language :: Python :: 3.6',
99100
'Topic :: Software Development :: Libraries :: Python Modules',
100101
],
101102
tests_require=['tox', 'virtualenv<14.0.0'],

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
33
flake8
4-
py{26,27,32,33,34,35}
4+
py{26,27,32,33,34,35,36}
55
pypy
66

77
[testenv]

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy