Skip to content

Commit 85214e9

Browse files
authored
SG-32814 Fixup supported versions (shotgunsoftware#51)
1 parent 3ed72da commit 85214e9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Toolkit Engine for 3ds Max
22

3-
![Supported 3ds Max versions: 2023 - 2026](https://img.shields.io/badge/3ds%20Max-2026_|_2025_|_2024_|_2023-blue?logo=autodesk "Supported 3ds Max versions")
3+
![Supported 3ds Max versions: 2023 - 2026](https://img.shields.io/badge/3ds%20Max-2023_--_2026-blue?logo=autodesk "Supported 3ds Max versions")
44
[![Supported VFX Platform: 2022 - 2025](https://img.shields.io/badge/VFX_Platform-2025_|_2024_|_2023_|_2022-blue)](http://www.vfxplatform.com/ "Supported VFX Platform")
55
[![Supported Python versions: 3.9 - 3.11](https://img.shields.io/badge/Python-3.11_|_3.10_|_3.9-blue?logo=python&logoColor=f5f5f5)](https://www.python.org/ "Supported Python versions")
66

engine.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
import pymxs
1818

1919
# Max versions compatibility constants
20-
VERSION_OLDEST_COMPATIBLE = 2023
21-
VERSION_OLDEST_SUPPORTED = 2024
22-
VERSION_NEWEST_SUPPORTED = 2025
20+
VERSION_OLDEST_COMPATIBLE = 2021
21+
VERSION_OLDEST_SUPPORTED = 2023
22+
VERSION_NEWEST_SUPPORTED = 2026
2323
# Caution: make sure compatibility_dialog_min_version default value in info.yml
2424
# is equal to VERSION_NEWEST_SUPPORTED
2525

0 commit comments

Comments
 (0)