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/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 diff --git a/pyproject.toml b/pyproject.toml index b43b380..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", @@ -27,7 +26,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",