Skip to content

Commit d7b62ab

Browse files
authored
Merge pull request #138 from adf-python/fix/python-verison
fix: Pythonのバージョンを3.12から3.13に更新
2 parents 33e5119 + 16a572f commit d7b62ab

12 files changed

Lines changed: 26 additions & 26 deletions

File tree

.github/workflows/document.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Python
3434
uses: actions/setup-python@v5
3535
with:
36-
python-version: 3.12
36+
python-version: 3.13
3737

3838
- name: Install uv
3939
uses: astral-sh/setup-uv@v6

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
### Prerequisites
1010

11-
- Python (3.12 or higher)
11+
- Python (3.13 or higher)
1212
- uv (0.8.2 or higher)
1313

1414
### Installation

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
project = "adf-core-python"
1515
copyright = "2024, Haruki Uehara, Yuki Shimada"
1616
author = "Haruki Uehara, Yuki Shimada"
17-
release = "0.2.9"
17+
release = "0.2.10"
1818

1919
# -- General configuration ---------------------------------------------------
2020
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/source/install/environment/environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ adf-core-pythonをインストールするには以下の必要条件が必要
66
## 必要条件
77

88
- Git
9-
- Python 3.12 以上
9+
- Python 3.13 以上
1010
- OpenJDK 21
1111

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

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

5454
```{warning}
5555
シミュレーションサーバーを停止させたあとは、プロセスが残ってしまう場合があるので`./kill.sh` を実行してください。

docs/source/install/environment/linux/install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

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

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

4040
```bash
4141
python --version
@@ -111,12 +111,12 @@
111111
sudo dnf install gcc bzip2 bzip2-devel openssl openssl-devel readline readline-devel sqlite-devel tk-devel
112112
```
113113

114-
5. python3.12のインストール
114+
5. python3.13のインストール
115115

116116
```bash
117117
exec "$SHELL"
118-
pyenv install 3.12
119-
pyenv global 3.12
118+
pyenv install 3.13
119+
pyenv global 3.13
120120
```
121121

122122
3. 以下のコマンドを入力し、バージョンが表示されたら成功です。(表示されない方はTerminalを再起動してください)

docs/source/install/environment/mac/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

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

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

4747
```bash
4848
python --version

docs/source/install/install/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

9-
- Python 3.12 以上
9+
- Python 3.13 以上
1010
- pip
1111

1212
## パッケージのインストール

docs/source/locales/en/LC_MESSAGES/install.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ msgstr "Git"
4040

4141
#: ../../source/install/environment/environment.md:9
4242
#: ../../source/install/install/install.md:9
43-
msgid "Python 3.12 以上"
44-
msgstr "Python 3.12 or later"
43+
msgid "Python 3.13 以上"
44+
msgstr "Python 3.13 or later"
4545

4646
#: ../../source/install/environment/environment.md:10
4747
msgid "OpenJDK 21"
@@ -151,8 +151,8 @@ msgstr "2. Install Python"
151151

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

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

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

200200
#: ../../source/install/environment/linux/install.md:128
201201
#: ../../source/install/environment/mac/install.md:63

docs/source/locales/en/LC_MESSAGES/quickstart.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ msgid "インストールする前に、以下の前提条件を確認してく
3232
msgstr "Before installing, check the following prerequisites:"
3333

3434
#: ../../source/quickstart/quickstart.md:7
35-
msgid "Python 3.12 以上"
36-
msgstr "Python 3.12 or later"
35+
msgid "Python 3.13 以上"
36+
msgstr "Python 3.13 or later"
3737

3838
#: ../../source/quickstart/quickstart.md:8
3939
msgid "pip"

docs/source/quickstart/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
- Python 3.12 以上
7+
- Python 3.13 以上
88
- pip
99

1010
## パッケージのインストール

0 commit comments

Comments
 (0)