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

Commit56980bf

Browse files
Merge branch 'RustPython:main' into main
2 parentsf1426e9 +af884cb commit56980bf

File tree

121 files changed

+4973
-3649
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+4973
-3649
lines changed

‎.github/workflows/ci.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ env:
105105
test_weakref
106106
test_yield_from
107107
# Python version targeted by the CI.
108-
PYTHON_VERSION:"3.11.4"
108+
PYTHON_VERSION:"3.12.0"
109109

110110
jobs:
111111
rust_tests:

‎.github/workflows/cron-ci.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Periodic checks/tasks
77

88
env:
99
CARGO_ARGS:--no-default-features --features stdlib,zlib,importlib,encodings,ssl,jit
10-
PYTHON_VERSION:"3.11.4"
10+
PYTHON_VERSION:"3.12.0"
1111

1212
jobs:
1313
# codecov collects code coverage data from the rust tests, python snippets and python test suite.

‎DEVELOPMENT.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RustPython requires the following:
2525
stable version:`rustup update stable`
2626
- If you do not have Rust installed, use[rustup](https://rustup.rs/) to
2727
do so.
28-
- CPython version 3.11 or higher
28+
- CPython version 3.12 or higher
2929
- CPython can be installed by your operating system's package manager,
3030
from the[Python website](https://www.python.org/downloads/), or
3131
using a third-party distribution, such as

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp