From b604061106853fdb9258e0ccce281bc97e107cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Niederb=C3=BChl?= Date: Sat, 1 Feb 2020 14:40:54 +0100 Subject: [PATCH] Add Python 3.8 to CI --- .github/workflows/test.yml | 2 +- .travis.yml | 2 -- tox.ini | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 54310245..2b56a778 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.5, 3.6, 3.7] + python-version: [3.5, 3.6, 3.7, 3.8] steps: - uses: actions/checkout@v1 diff --git a/.travis.yml b/.travis.yml index 99df1498..93f98dea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,6 @@ matrix: - name: PyPy3.5 7.0 # Tested via anaconda PyPy (since travis's PyPy version is too old) python: "3.7" env: FEATURES="pypy" PATH="$PATH:/opt/anaconda/envs/pypy3/bin" - allow_failures: - - python: "3.8-dev" env: global: diff --git a/tox.ini b/tox.ini index 7c7e1ced..6bbebd29 100644 --- a/tox.ini +++ b/tox.ini @@ -2,6 +2,7 @@ envlist = py35, py36, py37, + py38, minversion = 3.4.0 skip_missing_interpreters = true