File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 - main
99
1010env :
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
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 :
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
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ maintainers = [
1717]
1818classifiers = [
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]
You can’t perform that action at this time.
0 commit comments