File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ name = "ansys-mapdl-core"
88version = " 0.69.dev0"
99description = " A Python wrapper for Ansys MAPDL."
1010readme = " README.md"
11- requires-python = " >=3.9,<3.13"
11+ requires-python = " >=3.9,<3.13" # Update also 'MINIMUM_PYTHON_VERSION' in src/ansys/mapdl/core/__init__.py
1212license = {file = " LICENSE" }
1313authors = [
1414 {
name =
" Ansys, Inc." ,
email =
" [email protected] " },
Original file line number Diff line number Diff line change 3636 os .makedirs (USER_DATA_PATH )
3737
3838DEPRECATING_MINIMUM_PYTHON_VERSION = True
39- MINIMUM_PYTHON_VERSION = (3 , 8 )
39+ MINIMUM_PYTHON_VERSION = (3 , 9 )
4040
4141first_time_file = os .path .join (USER_DATA_PATH , ".firstime" )
4242if not os .path .exists (first_time_file ): # pragma: no cover
You can’t perform that action at this time.
0 commit comments