Skip to content

Commit

Permalink
Add support to Python 3.8 and drop support to Python 3.4 (#6)
Browse files Browse the repository at this point in the history
* Add support to Python 3.8

* Update .travis.yml

* Update setup.py

* Update .travis.yml

* Update setup.py
  • Loading branch information
bryant1410 authored Oct 20, 2019
1 parent fbc983f commit fe99215
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dist: xenial
dist: bionic
language: python
python:
- '3.4'
- '3.5'
- '3.6'
- '3.7'
- '3.8'
before_install:
- sudo apt-get install -y pandoc
install:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'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 :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
],
Expand Down

0 comments on commit fe99215

Please sign in to comment.