Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/322.miscellaneous.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use ansys-api-workbench 0.3
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}]
Expand All @@ -19,15 +19,14 @@ 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",
"Programming Language :: Python :: 3.14",
]

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",
Expand Down
Loading