From 4c1ee91a094c704b557de85bdc7cbefa517da462 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 29 Nov 2020 08:56:03 +0100 Subject: Travis tests on Python 3.9.0 --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index fc1de881..52dadde3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,12 +58,12 @@ _base_envs: - brew --cache script: - travis_retry python -m tox -- &python_3_8_mixture - python: &mainstream_python 3.8 +- &python_3_9_mixture + python: &mainstream_python 3.9 group: - &pure_python_base <<: *stage_test - <<: *python_3_8_mixture + <<: *python_3_9_mixture - &pure_python_base_priority <<: *pure_python_base <<: *stage_test_priority @@ -132,7 +132,7 @@ jobs: - *env_pyenv - *env_path - <<: *stage_deploy - <<: *python_3_8_mixture + <<: *python_3_9_mixture <<: *no_memcached install: skip script: skip -- cgit v1.2.1