summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-11-29 20:53:55 +0100
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-11-29 20:53:55 +0100
commit2a8aaccd649eb1011382c39f5cd93f76f980c0b1 (patch)
tree1f2db376d344de017c79506facdc078400f14535
parentd64b6fe53262fc1c5a2293be170b5a3119ad2695 (diff)
parent008d8702fbf88ca59b47a695ff4826d1cdd2805e (diff)
downloadcherrypy-git-2a8aaccd649eb1011382c39f5cd93f76f980c0b1.tar.gz
Merge commit PR #1893
This change bumps the mainline Python setting from 3.7 to 3.9 in Travis CI.
-rw-r--r--.travis.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index dbfee37a..c8d50b1f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,12 +58,12 @@ _base_envs:
- brew --cache
script:
- travis_retry python -m tox
-- &python_3_7_mixture
- python: &mainstream_python 3.7
+- &python_3_9_mixture
+ python: &mainstream_python 3.9
group:
- &pure_python_base
<<: *stage_test
- <<: *python_3_7_mixture
+ <<: *python_3_9_mixture
- &pure_python_base_priority
<<: *pure_python_base
<<: *stage_test_priority
@@ -97,9 +97,9 @@ jobs:
(non-strict until \#1797 get fixed)
env: TOXENV=build-docs
- <<: *pure_python_base_priority
- # mainstream here (3.7)
+ # mainstream Python here
- <<: *pure_python_base_priority
- # mainstream here (3.7)
+ # mainstream Python here
# run tests against the bleeding-edge cheroot
env: TOXENV=cheroot-master
- <<: *pure_python_base_priority
@@ -123,7 +123,7 @@ jobs:
- *env_pyenv
- *env_path
- <<: *osx_python_base
- # mainstream here (3.7)
+ # mainstream Python here
python: *mainstream_python
env:
- PYTHON_VERSION=3.7.0
@@ -132,7 +132,7 @@ jobs:
- *env_pyenv
- *env_path
- <<: *stage_deploy
- <<: *python_3_7_mixture
+ <<: *python_3_9_mixture
<<: *no_memcached
install: skip
script: skip