Commit a704f719 authored by Jim Fulton's avatar Jim Fulton

assert Python 3.6 support

parent 39bd3be0
...@@ -3,6 +3,7 @@ env: ...@@ -3,6 +3,7 @@ env:
- PYTHON_VER=2.7 - PYTHON_VER=2.7
- PYTHON_VER=3.4 - PYTHON_VER=3.4
- PYTHON_VER=3.5 - PYTHON_VER=3.5
- PYTHON_VER=3.6
sudo: false sudo: false
cache: cache:
......
...@@ -6,6 +6,8 @@ Change History ...@@ -6,6 +6,8 @@ Change History
- Updated to work with the latest setuptools. - Updated to work with the latest setuptools.
- Added (verified) Python 3.6 support.
2.5.3 (2016-09-05) 2.5.3 (2016-09-05)
================== ==================
......
...@@ -103,6 +103,7 @@ setup( ...@@ -103,6 +103,7 @@ setup(
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Build Tools', 'Topic :: Software Development :: Build Tools',
'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Libraries :: Python Modules',
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment