Skip to content

Commit 70b0a79

Browse files
committed
build: bump main Python version and intersphinx Python version
1 parent 9cec7ba commit 70b0a79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- main
1010

1111
env:
12-
MAIN_PYTHON_VERSION: '3.12'
12+
MAIN_PYTHON_VERSION: '3.13'
1313
PACKAGE_NAME: 'ansys-geometry-core'
1414
DOCUMENTATION_CNAME: 'geometry.docs.pyansys.com'
1515
ANSRV_GEO_IMAGE: 'ghcr.io/ansys/geometry'

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def intersphinx_pyansys_geometry(switcher_version: str):
196196

197197
# Intersphinx mapping
198198
intersphinx_mapping = {
199-
"python": ("https://docs.python.org/3.11", None),
199+
"python": ("https://docs.python.org/3.13", None),
200200
"numpy": ("https://numpy.org/doc/stable", None),
201201
"scipy": ("https://docs.scipy.org/doc/scipy", None),
202202
"pyvista": ("https://docs.pyvista.org", None),

0 commit comments

Comments
 (0)