Skip to content

Commit 41d4d72

Browse files
authored
SG-32814 Fixup supported versions (#82)
1 parent d6fc271 commit 41d4d72

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-20.5_|_20.0_|_19.5-blue?logo=houdini&logoColor=f5f5f5 "Support Maya versions")
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")
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
@@ -25,7 +25,7 @@
2525

2626
# Houdini versions compatibility constants
2727
VERSION_OLDEST_COMPATIBLE = (18, 5)
28-
VERSION_OLDEST_SUPPORTED = (19, 0)
28+
VERSION_OLDEST_SUPPORTED = (19, 5)
2929
VERSION_NEWEST_SUPPORTED = (20, 5)
3030
# Caution: make sure compatibility_dialog_min_version default value in info.yml
3131
# is equal to VERSION_NEWEST_SUPPORTED

0 commit comments

Comments
 (0)