Skip to content

Commit

Permalink
Add Python 3.8 as supported runtime (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Jun 17, 2020
1 parent 2ab9e14 commit b798551
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ matrix:
include:
- python: 3.6
- python: 3.7
- python: 3.8
- python: pypy3

install:
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coveralls
pytest>=3.6
pytest>=4.6
pytest-cov
pytest-trio>=0.5.0
sphinx
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,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',
],
Expand Down

0 comments on commit b798551

Please sign in to comment.