Skip to content

Commit

Permalink
Added support for Python 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
hbarthels committed Jul 20, 2020
1 parent 4725bad commit daa7418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dist: xenial
python:
- 3.6
- 3.7
- 3.8
stages:
- quality
- test
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ classifiers = Development Status :: 3 - Alpha
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: Implementation :: CPython
project_urls = Source = https://github.com/HPAC/matchpy
Tracker = https://github.com/HPAC/matchpy/issues
Expand Down

0 comments on commit daa7418

Please sign in to comment.