Skip to content

Commit 032db54

Browse files
committed
update blender versions to latest LTS
1 parent 4c8a639 commit 032db54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compas_blender/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616

1717
INSTALLABLE_PACKAGES = ["compas", "compas_blender"]
18-
SUPPORTED_VERSIONS = ["3.3", "3.6", "4.0"]
19-
DEFAULT_VERSION = "4.0"
18+
SUPPORTED_VERSIONS = ["3.3", "3.6", "4.2"]
19+
DEFAULT_VERSION = "4.2"
2020

2121
INSTALLATION_ARGUMENTS = None
2222

0 commit comments

Comments
 (0)