Skip to content

Commit

Permalink
Merge pull request #125 from hugovk/add-3.8
Browse files Browse the repository at this point in the history
Add support for Python 3.8
  • Loading branch information
decalage2 authored Dec 16, 2019
2 parents bd7ebbe + 46bd4df commit 7f15211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ matrix:
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
- python: 3.8
- python: pypy
- python: pypy3

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules"
Expand Down

0 comments on commit 7f15211

Please sign in to comment.