From fcbb078f5ecce38e14d1cae4be86559d0229914e Mon Sep 17 00:00:00 2001 From: Frank Li Date: Sun, 5 Apr 2026 19:12:12 +0100 Subject: [PATCH 1/3] use ansys-api-workbench 0.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b43b380..a9386e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] dependencies = [ - "ansys-api-workbench>=0.2.0", + "ansys-api-workbench>=0.3.0", "ansys-platform-instancemanagement>=1.0.1", "ansys-tools-common>=0.3.0", "tqdm>=4.65.0", From 2152d478b6b6bd94b280f6d654a44512f567c7b7 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Sun, 5 Apr 2026 18:13:50 +0000 Subject: [PATCH 2/3] chore: adding changelog file 322.miscellaneous.md [dependabot-skip] --- doc/changelog.d/322.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/322.miscellaneous.md diff --git a/doc/changelog.d/322.miscellaneous.md b/doc/changelog.d/322.miscellaneous.md new file mode 100644 index 0000000..3963048 --- /dev/null +++ b/doc/changelog.d/322.miscellaneous.md @@ -0,0 +1 @@ +Use ansys-api-workbench 0.3 From 75d493a34c4054bc21522a7539bc75ba53d19692 Mon Sep 17 00:00:00 2001 From: Frank Li Date: Sun, 5 Apr 2026 19:29:16 +0100 Subject: [PATCH 3/3] remove Python 3.10 support --- .github/workflows/ci.yml | 2 +- pyproject.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67eff3b..fbc1d17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - python-version: ['3.10', '3.11', '3.12', '3.13', '3.14'] + python-version: ['3.11', '3.12', '3.13', '3.14'] steps: - name: "Build a wheelhouse for ${{ matrix.python-version }}" uses: ansys/actions/build-wheelhouse@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5 diff --git a/pyproject.toml b/pyproject.toml index a9386e1..6d8e313 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ name = "ansys-workbench-core" version = "0.13.dev0" description = "A python wrapper for Ansys Workbench" readme = "README.rst" -requires-python = ">=3.10,<4.0" +requires-python = ">=3.11,<4.0" license = {file = "LICENSE"} authors = [{name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"}] maintainers = [{name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"}] @@ -19,7 +19,6 @@ classifiers = [ 'Topic :: Scientific/Engineering', "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", - "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13",