Commit e895fa9
fix: use PySide6 for Maya 2025 (Python 3.11+) compatibility
- Add Python version detection in Maya test script
- Use PySide6>=6.2.0 for Python 3.11+ (Maya 2025)
- Keep PySide2>=5.15.2.1 for Python 3.10 and below (Maya 2022-2024)
- Resolve PySide2 version compatibility issue with Python 3.11
Maya 2025 uses Python 3.11.4, but PySide2 5.15.2.1 only supports up to
Python 3.10. This change ensures the correct Qt binding is installed
based on the Python version in each Maya Docker container.
Signed-off-by: yangzhuo <zhuolyang@tencent.com>1 parent 5947cc6 commit e895fa9
1 file changed
+20
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
122 | 134 | | |
123 | 135 | | |
124 | 136 | | |
| |||
0 commit comments