Skip to content

Commit

Permalink
Remove Python 2.6 support, add 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed Sep 4, 2017
1 parent 56fff5f commit fd56336
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: python

python:
- '2.6'
- '2.7'
- '3.3'
- '3.4'
- '3.5'
- '3.6'

install:
- pip install -U setuptools # Fix for https://travis-ci.org/scriptotek/otsrdflib/jobs/152446727
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Releases can be installed from the command line with `pip <https://pip.pypa.io/>
$ pip install --upgrade mc2skos # with virtualenv or as root
$ pip install --upgrade --user mc2skos # install to ~/.local
* Works with both Python 2.x and 3.x. See `Travis <https://travis-ci.org/scriptotek/mc2skos>`_
* Works with both Python 2.7 and 3.3+. See `Travis <https://travis-ci.org/scriptotek/mc2skos>`_
for details on tested Python versions.
* If lxml fails to install on Windows, try the windows installer
from `from PyPI <https://pypi.python.org/pypi/lxml/3.4.0>`_.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
long_description=README,
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
keywords='marc rdf skos',
author='Dan Michael O. Heggø',
Expand Down

0 comments on commit fd56336

Please sign in to comment.