Skip to content

Commit dc23648

Browse files
committed
Bump scripts 3.9 to 3.10
1 parent 9f4d5fd commit dc23648

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ language: python
33
python: '3.8'
44
branches:
55
only:
6-
- 3.9
6+
- 3.10
77
env:
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

scripts/push/main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
set -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
55
bash ${TRAVIS_BUILD_DIR}/scripts/${build_type}/upload-catalog
66
bash ${TRAVIS_BUILD_DIR}/scripts/${build_type}/renew-catalog-template
File renamed without changes.

0 commit comments

Comments
 (0)