Skip to content

Commit

Permalink
Add Python 3.8 (#496)
Browse files Browse the repository at this point in the history
* Add Python 3.8

* Update setup.py
  • Loading branch information
henryiii authored Feb 3, 2020
1 parent 794475a commit 0d0f7bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ matrix:
env: PYV=3.6
- python: 3.7
env: PYV=3.7
- python: 3.8
env: PYV=3.8
- python: 2.6
dist: trusty
env: PYV=2.6
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def run(self):
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Software Development :: Build Tools",
"Topic :: System :: Systems Administration",
],
Expand Down

0 comments on commit 0d0f7bf

Please sign in to comment.