@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
66name = " ansys-tools-installer"
77description = " Python QT app or CLI for installing Python and PyAnsys."
88readme = " README.rst"
9- requires-python = " >=3.9 ,<4"
9+ requires-python = " >=3.10 ,<4"
1010license = { file = " LICENSE" }
1111authors = [{
name =
" Ansys, Inc." ,
email =
" [email protected] " }]
1212maintainers = [{
name =
" Ansys, Inc." ,
email =
" [email protected] " }]
@@ -25,42 +25,42 @@ classifiers = [
2525 " Topic :: Scientific/Engineering :: Information Analysis" ,
2626 " License :: OSI Approved :: MIT License" ,
2727 " Operating System :: Microsoft :: Windows" ,
28- " Programming Language :: Python :: 3.9" ,
2928 " Programming Language :: Python :: 3.10" ,
3029 " Programming Language :: Python :: 3.11" ,
3130 " Programming Language :: Python :: 3.12" ,
31+ " Programming Language :: Python :: 3.13" ,
3232]
3333dynamic = [" version" ]
3434
3535
3636[project .optional-dependencies ]
3737tests = [
3838 " packaging==24.2" ,
39- " PyGithub==2.5 .0" ,
39+ " PyGithub==2.6 .0" ,
4040 " appdirs==1.4.4" ,
4141 " requests==2.32.3" ,
42- " PySide6==6.8.0.2 " ,
43- " ansys-tools-path==0.6.0 " ,
44- " pytest==8.3.3 " ,
42+ " PySide6==6.8.2.1 " ,
43+ " ansys-tools-path==0.7.1 " ,
44+ " pytest==8.3.4 " ,
4545 " pytest-cov==6.0.0" ,
4646 " pytest-qt==4.4.0" ,
47- " setuptools==75.5 .0" ,
47+ " setuptools==75.8 .0" ,
4848]
4949doc = [
5050 " Sphinx==8.1.3" ,
51- " ansys-sphinx-theme==1.2 .1" ,
51+ " ansys-sphinx-theme==1.3 .1" ,
5252 " sphinx-copybutton==0.5.2" ,
5353 " sphinx_design==0.6.1" ,
54- " sphinx_toolbox==3.8.1 " ,
54+ " sphinx_toolbox==3.8.2 " ,
5555]
5656freeze = [
57- " pyinstaller==6.11.1 " ,
57+ " pyinstaller==6.12.0 " ,
5858 " packaging==24.2" ,
59- " PyGithub==2.5 .0" ,
59+ " PyGithub==2.6 .0" ,
6060 " appdirs==1.4.4" ,
6161 " requests==2.32.3" ,
62- " PySide6==6.8.0.2 " ,
63- " ansys-tools-path==0.6.0 " ,
62+ " PySide6==6.8.2.1 " ,
63+ " ansys-tools-path==0.7.1 " ,
6464]
6565
6666[tool .flit .module ]
0 commit comments