Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update the default upstream branch to 3.13#19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
egeakman merged 3 commits intomainfromupdate-default-branch
Jun 2, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion.github/workflows/tests.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -28,7 +28,7 @@ jobs:

- name: Install tree (Windows)
if: matrix.os == 'windows-latest'
run: Install-Module PSScriptTools -scope CurrentUser -force
run: Install-Module PSScriptTools -scope CurrentUser -force -AllowClobber

- name: Install tree (Linux)
if: matrix.os == 'ubuntu-latest'
Expand Down
4 changes: 2 additions & 2 deletionsREADME.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -20,11 +20,11 @@ positional arguments:
options:
-h, --help show this help message and exit
-b BRANCH, --branch BRANCH
CPython branch (e.g. 3.12)
CPython branch (e.g. 3.13)
```

## Example

```bash
$ bootstrapper tr --branch 3.12
$ bootstrapper tr --branch 3.13
```
4 changes: 2 additions & 2 deletionsbootstrapper/bootstrapper.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -25,7 +25,7 @@ class Bootstrapper:
def __init__(
self,
language: str,
branch: str = "3.12",
branch: str,
logger: logging.Logger = logging.getLogger(),
) -> None:
self.language = language
Expand DownExpand Up@@ -199,7 +199,7 @@ def main() -> None:
help="IETF language tag (e.g. tr, pt-br)",
)
parser.add_argument(
"-b", "--branch", type=str, default="3.12", help="CPython branch (e.g. 3.12)"
"-b", "--branch", type=str, default="3.13", help="CPython branch (e.g. 3.13)"
)
args = parser.parse_args()
logger = logging.getLogger()
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp