Skip to content

Commit

Permalink
Merge pull request #72 from moggers87/python38
Browse files Browse the repository at this point in the history
Added Python 3.8 support
  • Loading branch information
moggers87 committed Nov 29, 2019
2 parents e585331 + 625fda7 commit e810020
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"

matrix:
include:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Internet :: WWW/HTTP :: Site Management",
"Topic :: Internet",
"Topic :: Software Development :: Build Tools",
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist =
flake8
isort
docs
py{35,36,37}-jinja2{210,29,28}
py{35,36,37,38}-jinja2{210,29,28}
coverage

[flake8]
Expand Down Expand Up @@ -32,6 +32,7 @@ python =
3.5: clean,py35,coverage
3.6: clean,py36,coverage
3.7: clean,py37,coverage
3.8: clean,py38,coverage

[testenv]
deps =
Expand Down

0 comments on commit e810020

Please sign in to comment.