Navigation Menu

Skip to content

Commit

Permalink
Python 3.7, 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mimino666 committed Mar 5, 2020
1 parent c922d29 commit bf87711
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,8 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "pypy"
- "pypy3"

Expand Down
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -34,5 +34,7 @@
'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',
]
)

0 comments on commit bf87711

Please sign in to comment.