Skip to content

Commit

Permalink
Introduce Python 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasmaroy committed Nov 19, 2019
1 parent 502d00c commit 5873821
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
env: BLACK=true
- python: 3.7
env: BLACK=true
- python: 3.8
env: BLACK=true
# command to install dependencies
install:
- python setup.py -q install
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ def read(fname):
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'
],
install_requires=['pyyaml', 'six', 'deepmerge'],
extras_require={
Expand Down

0 comments on commit 5873821

Please sign in to comment.