Skip to content

Commit 6fed39a

Browse files
Merge branch 'main' into dependabot/pip/doc-dependencies-704ae61e01
2 parents b92a98d + ee6e9fc commit 6fed39a

File tree

15 files changed

+28
-24
lines changed

15 files changed

+28
-24
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- main
1111

1212
env:
13-
MAIN_PYTHON_VERSION: '3.12'
13+
MAIN_PYTHON_VERSION: '3.13'
1414
RESET_IMAGE_CACHE: 0
1515
PACKAGE_NAME: ansys-tools-visualization-interface
1616
DOCUMENTATION_CNAME: visualization-interface.tools.docs.pyansys.com
@@ -87,7 +87,7 @@ jobs:
8787
fail-fast: false
8888
matrix:
8989
os: [ubuntu-latest, windows-latest, macos-latest]
90-
python-version: ['3.10', '3.11', '3.12']
90+
python-version: ['3.10', '3.11', '3.12', '3.13']
9191
should-release:
9292
- ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags') }}
9393
exclude:

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ venv/
131131
ENV/
132132
env.bak/
133133
venv.bak/
134-
134+
.ub_venv/
135135
# Spyder project settings
136136
.spyderproject
137137
.spyproject

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
- id: check-github-workflows
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.11.6
37+
rev: v0.11.8
3838
hooks:
3939
- id: ruff
4040
args: [--fix]

doc/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,4 @@ pdf:
3333

3434
# Build HTML files and generate examples as .py files
3535
html:
36-
pip uninstall vtk -y
37-
pip install --extra-index-url https://wheels.vtk.org vtk-osmesa
3836
@$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

doc/changelog.d/287.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[pre-commit.ci] pre-commit autoupdate
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
maint: Update PyVista
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build(deps): bump ansys-fluent-core from 0.30.4 to 0.30.5 in the general-dependencies group

doc/changelog.d/290.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[pre-commit.ci] pre-commit autoupdate
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build(deps): bump pyvista from 0.45.0 to 0.45.1 in the pyvista group

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117

118118
# Intersphinx mapping
119119
intersphinx_mapping = {
120-
"python": ("https://docs.python.org/3.11", None),
120+
"python": ("https://docs.python.org/3.13", None),
121121
"numpy": ("https://numpy.org/doc/stable", None),
122122
"scipy": ("https://docs.scipy.org/doc/scipy/", None),
123123
"pyvista": ("https://docs.pyvista.org/version/stable", None),

0 commit comments

Comments
 (0)