File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ language: python
33python : ' 3.8'
44branches :
55 only :
6- - 3.9
6+ - 3.10
77env :
88 global :
99 # branch name of python-docs-ja repository
10- - DOCS_BRANCH=3.9
10+ - DOCS_BRANCH=3.10
1111 # branch name of cpython repository
12- - CPYTHON_BRANCH=3.9
12+ - CPYTHON_BRANCH=3.10
1313 # branch name of cpython-doc-catalog repository
14- - CATALOG_BRANCH=catalog-3.9
14+ - CATALOG_BRANCH=catalog-3.10
1515 # Transifex project name
16- - TRANSIFEX_PROJECT=python-39
16+ - TRANSIFEX_PROJECT=python-newest
1717 # Directory where repositories are cloned
1818 - BASEDIR="$(dirname ${TRAVIS_BUILD_DIR})"
1919 # Number of parent commits
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -eux
33
4- bash ${TRAVIS_BUILD_DIR} /scripts/${build_type} /prepare-build_3.9
4+ bash ${TRAVIS_BUILD_DIR} /scripts/${build_type} /prepare-build_3.10
55bash ${TRAVIS_BUILD_DIR} /scripts/${build_type} /upload-catalog
66bash ${TRAVIS_BUILD_DIR} /scripts/${build_type} /renew-catalog-template
File renamed without changes.
You can’t perform that action at this time.
0 commit comments