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 914257f commit 29ea8b0Copy full SHA for 29ea8b0
.github/workflows/ci_cd.yml
@@ -9,7 +9,7 @@ on:
9
- main
10
11
env:
12
- MAIN_PYTHON_VERSION: '3.12'
+ MAIN_PYTHON_VERSION: '3.13'
13
PACKAGE_NAME: 'ansys-geometry-core'
14
DOCUMENTATION_CNAME: 'geometry.docs.pyansys.com'
15
ANSRV_GEO_IMAGE: 'ghcr.io/ansys/geometry'
.github/workflows/nightly_docker_test.yml
@@ -21,7 +21,7 @@ on:
21
- v*
22
23
24
25
ANSRV_GEO_IMAGE_WINDOWS_CORE_TAG: ghcr.io/ansys/geometry:core-windows-latest-unstable
26
ANSRV_GEO_IMAGE_LINUX_CORE_TAG: ghcr.io/ansys/geometry:core-linux-latest-unstable
27
ANSRV_GEO_PORT: 710
0 commit comments