diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-04 13:58:09 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-04 13:58:09 -0500 |
commit | 202eb16bb2d14f986dd8cbc5a2df540df50a0789 (patch) | |
tree | bb213d3185b0e2e518a55d261df444a6671b7d9c /setup.py | |
parent | f82ed4e03627f3149da0675432f218c5ead468e2 (diff) | |
download | cmd2-git-202eb16bb2d14f986dd8cbc5a2df540df50a0789.tar.gz |
Fix Travis CI builds
Python 3.3 builds appear to be no longer supported on Travis CI.
This replaces Python 3.3 with Python 3.7-dev for Travis CI builds.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -52,7 +52,6 @@ Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 -Programming Language :: Python :: 3.3 Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 |