File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ language: python
3
3
python : ' 3.8'
4
4
branches :
5
5
only :
6
- - 3.9
6
+ - 3.10
7
7
env :
8
8
global :
9
9
# branch name of python-docs-ja repository
10
- - DOCS_BRANCH=3.9
10
+ - DOCS_BRANCH=3.10
11
11
# branch name of cpython repository
12
- - CPYTHON_BRANCH=3.9
12
+ - CPYTHON_BRANCH=3.10
13
13
# branch name of cpython-doc-catalog repository
14
- - CATALOG_BRANCH=catalog-3.9
14
+ - CATALOG_BRANCH=catalog-3.10
15
15
# Transifex project name
16
- - TRANSIFEX_PROJECT=python-39
16
+ - TRANSIFEX_PROJECT=python-newest
17
17
# Directory where repositories are cloned
18
18
- BASEDIR="$(dirname ${TRAVIS_BUILD_DIR})"
19
19
# Number of parent commits
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -eux
3
3
4
- bash ${TRAVIS_BUILD_DIR} /scripts/${build_type} /prepare-build_3.9
4
+ bash ${TRAVIS_BUILD_DIR} /scripts/${build_type} /prepare-build_3.10
5
5
bash ${TRAVIS_BUILD_DIR} /scripts/${build_type} /upload-catalog
6
6
bash ${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