From 1632ff40ecbb5d09caaf3c89d12790c3dd2b8712 Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Mon, 3 Mar 2025 10:31:26 +0100 Subject: [PATCH 1/5] feat: add python support --- .github/workflows/ci_cd.yml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 8dcbb625c..1c2c27481 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -149,7 +149,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ['3.10', '3.11', '3.12'] + python-version: ['3.10', '3.11', '3.12', '3.13'] should-release: - ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags') }} exclude: diff --git a/pyproject.toml b/pyproject.toml index ad6ced810..84c8f36b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] dependencies = [ "Sphinx>=6.1.0", From 083393a963a0a036cfc75ad4a0979d6c335b1cfd Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:32:46 +0000 Subject: [PATCH 2/5] chore: adding changelog file 635.added.md [dependabot-skip] --- doc/changelog.d/635.added.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/635.added.md diff --git a/doc/changelog.d/635.added.md b/doc/changelog.d/635.added.md new file mode 100644 index 000000000..3e2270ec2 --- /dev/null +++ b/doc/changelog.d/635.added.md @@ -0,0 +1 @@ +feat: add python support \ No newline at end of file From c209d16ef6c43332b4d30cdc02d4b8fa5fa15808 Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Mon, 3 Mar 2025 10:44:24 +0100 Subject: [PATCH 3/5] feat: add python 3.13 in doc --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index fa8560bb5..d90feb90d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -96,7 +96,7 @@ # Intersphinx mapping intersphinx_mapping = { - "python": ("https://docs.python.org/3", None), + "python": ("https://docs.python.org/3.13", None), "sphinx": ("https://www.sphinx-doc.org/en/master", None), } From b9799b968218ad8161789937af69bbe3b6e2a0e8 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:45:47 +0000 Subject: [PATCH 4/5] chore: adding changelog file 635.added.md [dependabot-skip] --- doc/changelog.d/635.added.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changelog.d/635.added.md b/doc/changelog.d/635.added.md index 3e2270ec2..b5cf9229e 100644 --- a/doc/changelog.d/635.added.md +++ b/doc/changelog.d/635.added.md @@ -1 +1 @@ -feat: add python support \ No newline at end of file +feat: add python 3.13 support \ No newline at end of file From d531e2530f1828b1bf05072dbe9ce51ef50efa4d Mon Sep 17 00:00:00 2001 From: Revathy Venugopal <104772255+Revathyvenugopal162@users.noreply.github.com> Date: Mon, 3 Mar 2025 10:51:22 +0100 Subject: [PATCH 5/5] Update doc/source/conf.py Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index d90feb90d..fa8560bb5 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -96,7 +96,7 @@ # Intersphinx mapping intersphinx_mapping = { - "python": ("https://docs.python.org/3.13", None), + "python": ("https://docs.python.org/3", None), "sphinx": ("https://www.sphinx-doc.org/en/master", None), }