Skip to content

Commit

Permalink
Enable Python 3.7 in .travis.yml and mention its support in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rvac committed Jul 21, 2019
1 parent cc4bda0 commit 49f971b
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
@@ -1,8 +1,10 @@
dist: xenial # required for Python >= 3.7
language: python
python:
- 2.7
- 3.5
- 3.6
- 3.7
- pypy
- pypy3
install:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def get_project_version():
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Version Control',
Expand Down

0 comments on commit 49f971b

Please sign in to comment.