You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,14 @@ A Python library that analyzes module dependencies and performs recursive reload
15
15
-**Relative Import Support**: Properly handles relative imports within packages
16
16
-**Circular Import Support**: Correctly reloads circular imports that work in Python
17
17
18
+
## Supported Versions
19
+
20
+
- Maya 2022
21
+
- Maya 2023
22
+
- Maya 2024
23
+
- Maya 2025
24
+
- Maya 2026
25
+
18
26
## Installation
19
27
20
28
The package can be placed anywhere in the Python path.
@@ -97,7 +105,7 @@ pytest tests/ -q
97
105
- Python 3.11.9+ (verified in current development environment)
98
106
- pytest 8.4.2+ (required for running tests)
99
107
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.
0 commit comments