Skip to content

Commit

Permalink
Test on Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Jul 3, 2020
1 parent 3b88a23 commit 4b80358
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,8 @@ language: python
python:
- "3.5"
- "3.6"
- "3.7-dev"
- "3.7"
- "3.8"

install:
- pip install .
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -32,9 +32,10 @@ def run_tests(self):
'Intended Audience :: Information Technology',
'License :: OSI Approved :: MIT License',
'Operating System :: POSIX',
'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',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: System :: Networking',
'Topic :: Communications',
Expand Down

0 comments on commit 4b80358

Please sign in to comment.