diff --git a/.travis.yml b/.travis.yml index ad57720..62f7611 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/setup.py b/setup.py index f611b46..443862b 100755 --- a/setup.py +++ b/setup.py @@ -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', ],