Commit 2647b182 authored by Jim Fulton's avatar Jim Fulton

Gibe up on Python 3.6 for now. sigh

parent 32f40a2f
...@@ -3,7 +3,6 @@ env: ...@@ -3,7 +3,6 @@ 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,8 +6,6 @@ Change History ...@@ -6,8 +6,6 @@ Change History
- Updated to work with the latest setuptools. - Updated to work with the latest setuptools.
- Added Python 3.6 support
2.5.3 (2016-09-05) 2.5.3 (2016-09-05)
================== ==================
......
...@@ -103,7 +103,6 @@ setup( ...@@ -103,7 +103,6 @@ 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