Skip to content

Commit 85dddc0

Browse files
koubaaMohamed Koubaapyansys-ci-bot
authored
feat: support 3.13 (#645)
Co-authored-by: Mohamed Koubaa <[email protected]> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 253cbef commit 85dddc0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
fail-fast: false
205205
matrix:
206206
os: [windows-latest, ubuntu-latest]
207-
python-version: ['3.10', '3.11', '3.12']
207+
python-version: ['3.10', '3.11', '3.12', '3.13']
208208
steps:
209209
- uses: ansys/actions/build-wheelhouse@v8
210210
with:

doc/changelog/645.documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
feat: support 3.13

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ classifiers = [
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3.11",
2424
"Programming Language :: Python :: 3.12",
25+
"Programming Language :: Python :: 3.13",
2526
]
2627

2728
dependencies = ["ansys-dpf-core>=0.7.2",
2829
"ansys-api-dyna==0.4.2",
2930
"ansys-tools-path>=0.6.0",
3031
"ansys-platform-instancemanagement~=1.0",
3132
"pyvista>=0.43.4",
32-
"hollerith>=0.4.1",
33+
"hollerith>=0.6.0",
3334
"numpy>=1",
3435
"pandas>=2.0",
3536
"appdirs>=1.4.4"
@@ -38,7 +39,6 @@ dependencies = ["ansys-dpf-core>=0.7.2",
3839
[project.optional-dependencies]
3940
tests = [
4041
"matplotlib==3.10.0",
41-
"hollerith==0.5.2",
4242
"numpy==2.1.3",
4343
"pytest==8.3.4",
4444
"pytest-cov==6.0.0",

0 commit comments

Comments
 (0)