From 330acc2d450728dc30da0699a1992fcebd614d2d Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Tue, 7 Apr 2020 11:11:57 -0600 Subject: [PATCH] [Travis] remove Python 3.9 as poetry doesn't support it See https://blog.travis-ci.com/2019-10-24-build-config-validation c.f. https://travis-ci.com/github/jrnl-org/jrnl/jobs/316271932 --- .travis.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9b2f5846..b086d430 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ aliases: os: windows language: shell env: &env_windows - PATH: /c/Python36:/c/Python36/Scripts:/c/Python37:/c/Python37/Scripts:/c/Python38:/c/Python38/Scripts:/c/Python39:/c/Python39/Scripts:$PATH + PATH: /c/Python36:/c/Python36/Scripts:/c/Python37:/c/Python37/Scripts:/c/Python38:/c/Python38/Scripts:$PATH PYTHONIOENCODING: UTF-8 cache: directories: @@ -62,8 +62,6 @@ jobs: fast_finish: true allow_failures: - python: nightly - - os: windows - env: JRNL_PYTHON_VERSION=3.9.0-a5 include: - name: Lint, via Black @@ -122,12 +120,6 @@ jobs: before_install: - sed -i 's/^python = ">=3\.6\.0.*"$/python = "*"/' pyproject.toml python: nightly - - <<: *test_windows - name: Python 3.9-alpha on Windows - python: nightly - env: - <<: *env_windows - JRNL_PYTHON_VERSION: 3.9.0-a5 # Specialty tests - name: Python 3.7 on Linux, not UTC