Skip to content

Commit bd1860a

Browse files
committed
docs: READMEを更新(ファイル構成と対応バージョン)
READMEのファイル構成を最新に更新し、Maya対応バージョンを明記。
1 parent 186e382 commit bd1860a

3 files changed

Lines changed: 27 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ A Python library that analyzes module dependencies and performs recursive reload
1515
- **Relative Import Support**: Properly handles relative imports within packages
1616
- **Circular Import Support**: Correctly reloads circular imports that work in Python
1717

18+
## Supported Versions
19+
20+
- Maya 2022
21+
- Maya 2023
22+
- Maya 2024
23+
- Maya 2025
24+
- Maya 2026
25+
1826
## Installation
1927

2028
The package can be placed anywhere in the Python path.
@@ -97,7 +105,7 @@ pytest tests/ -q
97105
- Python 3.11.9+ (verified in current development environment)
98106
- pytest 8.4.2+ (required for running tests)
99107

100-
**Note**: The above is the environment used for library testing and development. It differs from the Maya execution environment. Supported Maya versions are not yet finalized.
108+
**Note**: The above is the environment used for library testing and development. It differs from the Maya execution environment.
101109

102110
## Limitations and Known Issues
103111

docs/README.ja.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ Pythonモジュールの依存関係を解析して、再帰的にリロード
1515
- **相対インポート対応**: パッケージ内の相対インポートを正しく処理
1616
- **循環参照対応**: Pythonで動作する循環インポートを正しくリロード
1717

18+
## 動作環境
19+
20+
- Maya 2022
21+
- Maya 2023
22+
- Maya 2024
23+
- Maya 2025
24+
- Maya 2026
25+
1826
## インストール
1927

2028
Pythonパスが通っている場所であればどこでも配置可能です。
@@ -97,7 +105,7 @@ pytest tests/ -q
97105
- Python 3.11.9+(現在の開発環境で検証済み)
98106
- pytest 8.4.2+(テスト実行に必須)
99107

100-
**注意**: 上記はライブラリのテスト・開発で使用している環境です。Maya内での実行環境とは異なります。Mayaのサポートバージョンはまだ確定していません。
108+
**注意**: 上記はライブラリのテスト・開発で使用している環境です。Maya内での実行環境とは異なります。
101109

102110
## 制限事項・既知の問題
103111

docs/README.zh-CN.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
- **相对导入支持**:正确处理包内的相对导入
1616
- **循环引用支持**:正确重载 Python 中可运行的循环导入
1717

18+
## 支持版本
19+
20+
- Maya 2022
21+
- Maya 2023
22+
- Maya 2024
23+
- Maya 2025
24+
- Maya 2026
25+
1826
## 安装
1927

2028
可以将包放置在 Python 路径中的任何位置。
@@ -97,7 +105,7 @@ pytest tests/ -q
97105
- Python 3.11.9+(在当前开发环境中已验证)
98106
- pytest 8.4.2+(运行测试所需)
99107

100-
**注意**:以上是用于库测试和开发的环境。与 Maya 执行环境不同。支持的 Maya 版本尚未最终确定。
108+
**注意**:以上是用于库测试和开发的环境。与 Maya 执行环境不同。
101109

102110
## 限制事项与已知问题
103111

0 commit comments

Comments
 (0)