We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e73804 commit 9181907Copy full SHA for 9181907
src/ansys/geometry/core/connection/local_instance.py
@@ -66,6 +66,7 @@ class GeometryContainers(Enum):
66
LINUX_LATEST = 1, "linux", "linux-latest"
67
WINDOWS_LATEST_UNSTABLE = 2, "windows", "windows-latest-unstable"
68
LINUX_LATEST_UNSTABLE = 3, "linux", "linux-latest-unstable"
69
+ WINDOWS_24_1 = 4, "windows", "24.1"
70
71
72
class LocalDockerInstance:
0 commit comments