Skip to content

Commit

Permalink
Update python versions
Browse files Browse the repository at this point in the history
Add support for python 3.8
Remove support for python 3.5
  • Loading branch information
bulv1ne committed Nov 14, 2019
1 parent d7b0919 commit 54a768e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
description="List of all countries with names and ISO 3166-1 codes "
"in all languages",
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tox]
envlist = py35, py36, py37, flake8, isort
envlist = py36, py37, py38, flake8, isort

[travis]
python =
3.8: py38
3.7: py37
3.6: py36
3.5: py35

[testenv:flake8]
basepython = python
Expand Down

0 comments on commit 54a768e

Please sign in to comment.