From e866120cff50b6d6d203d52b70f12366baacc61c Mon Sep 17 00:00:00 2001 From: Kevin Bates Date: Wed, 17 Jun 2020 10:50:47 -0700 Subject: [PATCH] Add python 3.8, begin testing 3.9-dev --- .travis.yml | 5 ++++- appveyor.yml | 6 +++++- setup.py | 1 + 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index df263d4e8..4bb1c08cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ cache: python: - 3.6 - env: global: - PATH=$TRAVIS_BUILD_DIR/pandoc:$PATH @@ -96,6 +95,10 @@ matrix: - python: 3.7 dist: xenial env: GROUP=python + - python: 3.8 + env: GROUP=python + - python: 3.9-dev + env: GROUP=python - python: 3.6 env: GROUP=docs diff --git a/appveyor.yml b/appveyor.yml index 2c0c3caa1..43b480d8e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,11 @@ matrix: environment: matrix: - CONDA_PY: 36 + CONDA_PY_SPEC: 3.6 CONDA_INSTALL_LOCN: "C:\\Miniconda36-x64" + - CONDA_PY: 38 + CONDA_PY_SPEC: 3.8 + CONDA_INSTALL_LOCN: "C:\\Miniconda37-x64" platform: - x64 @@ -17,7 +21,7 @@ install: - cmd: conda config --set show_channel_urls true - cmd: conda config --add channels conda-forge #- cmd: conda update --yes --quiet conda - - cmd: conda install -y pyzmq tornado jupyter_client nbformat ipykernel pip nodejs nose + - cmd: conda install -y python=%CONDA_PY_SPEC% pyzmq tornado jupyter_client nbformat ipykernel pip nodejs nose # not using `conda install -y` on nbconvent package because there is # currently a bug with the version that the anaconda installs, so we will just install it with pip - cmd: pip install nbconvert diff --git a/setup.py b/setup.py index 710898004..b30a44dad 100755 --- a/setup.py +++ b/setup.py @@ -94,6 +94,7 @@ for more information. 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7' + 'Programming Language :: Python :: 3.8' ], zip_safe = False, install_requires = [