Skip to content

Commit 65cdd5e

Browse files
julien-langCopilot
andauthored
SG-40114 Update supported version - add version 21.0 (#84)
* Update supported version - add version 21.0 * Update README.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 7e18162 commit 65cdd5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

3-
![Supported Houdini versions: 19.5 - 20.5](https://img.shields.io/badge/Houdini-19.5_--_20.5-blue?logo=houdini&logoColor=f5f5f5 "Support Maya versions")
3+
![Supported Houdini versions: 19.5 - 21.0](https://img.shields.io/badge/Houdini-19.5_--_21.0-blue?logo=houdini&logoColor=f5f5f5 "Supported Houdini 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# Houdini versions compatibility constants
2727
VERSION_OLDEST_COMPATIBLE = (18, 5)
2828
VERSION_OLDEST_SUPPORTED = (19, 5)
29-
VERSION_NEWEST_SUPPORTED = (20, 5)
29+
VERSION_NEWEST_SUPPORTED = (21, 0)
3030
# Caution: make sure compatibility_dialog_min_version default value in info.yml
3131
# is equal to VERSION_NEWEST_SUPPORTED
3232

0 commit comments

Comments
 (0)