Skip to content

Commit 69d4143

Browse files
committed
feat: remove 3.9 and add 3.13
1 parent 1473d4e commit 69d4143

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- main
99

1010
env:
11-
MAIN_PYTHON_VERSION: '3.12'
11+
MAIN_PYTHON_VERSION: '3.13'
1212
DOCUMENTATION_CNAME: 'ansys.github.io/ansys-tools-repo-sync'
1313
LIBRARY_NAME: 'ansys-tools-repo-sync'
1414
ON_WORKFLOW: true
@@ -55,7 +55,7 @@ jobs:
5555
fail-fast: false
5656
matrix:
5757
os: [ubuntu-latest, windows-latest]
58-
python-version: ['3.9', '3.10', '3.11', '3.12']
58+
python-version: ['3.10', '3.11', '3.12', '3.13']
5959
steps:
6060
- uses: ansys/actions/build-wheelhouse@v8
6161
with:
@@ -71,7 +71,7 @@ jobs:
7171
max-parallel: 1
7272
matrix:
7373
os: [ubuntu-latest, windows-latest]
74-
python-version: ['3.9', '3.12']
74+
python-version: ['3.10', '3.13']
7575
fail-fast: false
7676
steps:
7777
- uses: ansys/actions/tests-pytest@v8

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ maintainers = [
1717
]
1818
classifiers = [
1919
"Development Status :: 4 - Beta",
20-
"Programming Language :: Python :: 3.9",
2120
"Programming Language :: Python :: 3.10",
2221
"Programming Language :: Python :: 3.11",
2322
"Programming Language :: Python :: 3.12",
23+
"Programming Language :: Python :: 3.13",
2424
"License :: OSI Approved :: MIT License",
2525
"Operating System :: OS Independent",
2626
]

0 commit comments

Comments
 (0)