Skip to content

Commit

Permalink
Updated Python version
Browse files Browse the repository at this point in the history
Removed Python3.3 and Python3.4
Added 3.6 and 3.7
  • Loading branch information
JonasGe committed Oct 17, 2019
1 parent bdaee5e commit 60b43ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='language_tags',
version='0.4.6',
version='0.4.7',
url='https://github.com/OnroerendErfgoed/language-tags',
license='MIT',
author='Flanders Heritage Agency',
Expand All @@ -31,9 +31,9 @@
'Topic :: Software Development :: Libraries :: Python Modules',
'Programming Language :: Python',
'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',
'Programming Language :: Python :: 3.7',
'License :: OSI Approved :: MIT License'
],
platforms='any',
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py33, py34, py35, cover
envlist = py27, py35, py36, py37, cover

[testenv]
deps =
Expand All @@ -11,7 +11,7 @@ commands =

[testenv:cover]
basepython =
python3.4
python3.5
deps =
six
pytest
Expand Down

0 comments on commit 60b43ba

Please sign in to comment.