Skip to content

Commit a8a4b15

Browse files
fix: use Python 3.13 in testing
Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent 73a7bc7 commit a8a4b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
fail-fast: false
8484
matrix:
8585
os: [ubuntu-latest, windows-latest, macos-latest]
86-
python: ['3.10', '3.11', '3.12']
86+
python: ['3.10', '3.11', '3.12', '3.13']
8787
env:
8888
ANSYS_LOCAL: false
8989
ON_UBUNTU: true

0 commit comments

Comments
 (0)