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 9cec7ba commit 70b0a79Copy full SHA for 70b0a79
.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'
doc/source/conf.py
@@ -196,7 +196,7 @@ def intersphinx_pyansys_geometry(switcher_version: str):
196
197
# Intersphinx mapping
198
intersphinx_mapping = {
199
- "python": ("https://docs.python.org/3.11", None),
+ "python": ("https://docs.python.org/3.13", None),
200
"numpy": ("https://numpy.org/doc/stable", None),
201
"scipy": ("https://docs.scipy.org/doc/scipy", None),
202
"pyvista": ("https://docs.pyvista.org", None),
0 commit comments