Skip to content

Commit 51700b5

Browse files
Revathyvenugopal162pyansys-ci-botRobPasMue
authored
feat: add python 3.13 support (#635)
Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent 2a51037 commit 51700b5

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
fail-fast: false
150150
matrix:
151151
os: [ubuntu-latest, windows-latest, macos-latest]
152-
python-version: ['3.10', '3.11', '3.12']
152+
python-version: ['3.10', '3.11', '3.12', '3.13']
153153
should-release:
154154
- ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags') }}
155155
exclude:

doc/changelog.d/635.added.md

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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.10",
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
24+
"Programming Language :: Python :: 3.13",
2425
]
2526
dependencies = [
2627
"Sphinx>=6.1.0",

0 commit comments

Comments
 (0)