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

fix: Pythonのバージョンを3.12から3.13に更新 #138

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
shima004 merged 2 commits into main from fix/python-verison
Apr 2, 2026
Merged
Show file tree
Hide file tree
Changes from all 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/document.yaml
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13

- name: Install uv
uses: astral-sh/setup-uv@v6
Expand Down
2 changes: 1 addition & 1 deletion README.md
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

### Prerequisites

- Python (3.12 or higher)
- Python (3.13 or higher)
- uv (0.8.2 or higher)

### Installation
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
project = "adf-core-python"
copyright = "2024, Haruki Uehara, Yuki Shimada"
author = "Haruki Uehara, Yuki Shimada"
release = "0.2.9"
release = "0.2.10"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions docs/source/install/environment/environment.md
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ adf-core-pythonをインストールするには以下の必要条件が必要
## 必要条件

- Git
- Python 3.12 以上
- Python 3.13 以上
- OpenJDK 21

各OSでのインストール方法は以下のページをそれぞれ参照してください
Expand Down Expand Up @@ -49,7 +49,7 @@ cd scripts
![シミュレーションサーバーの起動](../../images/launch_server.png)

上記のように何個かのウィンドウが表示されたら成功です。
コマンドラインで `Ctrl + C` (MacOSの場合は `Command + C` ) を押すとシミュレーションサーバーが終了します。
コマンドラインで `Ctrl + C` (MacOSの場合は `Command + C` ) を押すとシミュレーションサーバーが終了します。

```{warning}
シミュレーションサーバーを停止させたあとは、プロセスが残ってしまう場合があるので`./kill.sh` を実行してください。
Expand Down
8 changes: 4 additions & 4 deletions docs/source/install/environment/linux/install.md
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

## 2. Pythonのインストール

1. Terminalを起動し、以下のコマンドを実行します。また、バージョンが3.12以上になっていることを確認します
1. Terminalを起動し、以下のコマンドを実行します。また、バージョンが3.13以上になっていることを確認します

```bash
python --version
Expand Down Expand Up @@ -111,12 +111,12 @@
sudo dnf install gcc bzip2 bzip2-devel openssl openssl-devel readline readline-devel sqlite-devel tk-devel
```

5. python3.12のインストール
5. python3.13のインストール

```bash
exec "$SHELL"
pyenv install 3.12
pyenv global 3.12
pyenv install 3.13
pyenv global 3.13
```

3. 以下のコマンドを入力し、バージョンが表示されたら成功です。(表示されない方はTerminalを再起動してください)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/install/environment/mac/install.md
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

## 3. Pythonのインストール

1. Terminalを起動し、以下のコマンドを実行します。また、バージョンが3.12以上になっていることを確認します
1. Terminalを起動し、以下のコマンドを実行します。また、バージョンが3.13以上になっていることを確認します

```bash
python --version
Expand Down
2 changes: 1 addition & 1 deletion docs/source/install/install/install.md
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

インストールする前に、以下の前提条件を確認してください:

- Python 3.12 以上
- Python 3.13 以上
- pip

## パッケージのインストール
Expand Down
12 changes: 6 additions & 6 deletions docs/source/locales/en/LC_MESSAGES/install.po
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ msgstr "Git"

#: ../../source/install/environment/environment.md:9
#: ../../source/install/install/install.md:9
msgid "Python 3.12 以上"
msgstr "Python 3.12 or later"
msgid "Python 3.13 以上"
msgstr "Python 3.13 or later"

#: ../../source/install/environment/environment.md:10
msgid "OpenJDK 21"
Expand Down Expand Up @@ -151,8 +151,8 @@ msgstr "2. Install Python"

#: ../../source/install/environment/linux/install.md:38
#: ../../source/install/environment/mac/install.md:45
msgid "Terminalを起動し、以下のコマンドを実行します。また、バージョンが3.12以上になっていることを確認します。"
msgstr "Open a terminal and run the following command. Also make sure the version is 3.12 or later."
msgid "Terminalを起動し、以下のコマンドを実行します。また、バージョンが3.13以上になっていることを確認します。"
msgstr "Open a terminal and run the following command. Also make sure the version is 3.13 or later."

#: ../../source/install/environment/linux/install.md:44
msgid ""
Expand Down Expand Up @@ -194,8 +194,8 @@ msgid "必要パッケージのインストール"
msgstr "Installing Required Packages"

#: ../../source/install/environment/linux/install.md:114
msgid "python3.12のインストール"
msgstr "Installing python3.12"
msgid "python3.13のインストール"
msgstr "Installing python3.13"

#: ../../source/install/environment/linux/install.md:128
#: ../../source/install/environment/mac/install.md:63
Expand Down
4 changes: 2 additions & 2 deletions docs/source/locales/en/LC_MESSAGES/quickstart.po
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ msgid "インストールする前に、以下の前提条件を確認してく
msgstr "Before installing, check the following prerequisites:"

#: ../../source/quickstart/quickstart.md:7
msgid "Python 3.12 以上"
msgstr "Python 3.12 or later"
msgid "Python 3.13 以上"
msgstr "Python 3.13 or later"

#: ../../source/quickstart/quickstart.md:8
msgid "pip"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/quickstart/quickstart.md
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

インストールする前に、以下の前提条件を確認してください:

- Python 3.12 以上
- Python 3.13 以上
- pip

## パッケージのインストール
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[project]
name = "adf_core_python"
version = "0.2.9"
version = "0.2.10"
description = "Agent Development Framework for Python"
readme = "README.md"
authors = [
{ name = "Haruki Uehara", email = "k19016kk@maslab.aitech.ac.jp"},
{ name = "Yuki Shimada", email = "shimapaca@maslab.aitech.ac.jp" }
]
requires-python = ">=3.12"
requires-python = ">=3.13"
dependencies = [
"bitarray>=3.6.0",
"click>=8.2.1",
Expand Down Expand Up @@ -87,8 +87,8 @@ exclude = [
line-length = 88
indent-width = 2

# Assume Python 3.12
target-version = "py312"
# Assume Python 3.13
target-version = "py313"

[tool.ruff.lint]
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
Expand Down
4 changes: 2 additions & 2 deletions uv.lock
View file Open in desktop

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

AltStyle によって変換されたページ (->オリジナル) /