Skip to content

Commit

Permalink
Update python version (#1605)
Browse files Browse the repository at this point in the history
* Update python version

* few more python version update changes

---------

Co-authored-by: Raphael Luciano <raphael.luciano@ansys.com>
  • Loading branch information
hpohekar and raph-luc committed May 17, 2023
1 parent 8400e88 commit 9e27280
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ the project support team, email `pyansys.core@ansys.com <pyansys.core@ansys.com>

Installation
------------
The ``ansys-fluent-core`` package supports Python 3.7 through Python
3.10 on Windows and Linux.
The ``ansys-fluent-core`` package supports Python 3.8 through Python
3.11 on Windows and Linux.

Install the latest release from `PyPI
<https://pypi.org/project/ansys-fluent-core/>`_ with:
Expand Down
8 changes: 4 additions & 4 deletions doc/source/getting_started/faqs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ all PyFluent packages in a Python *virtual environment*:
Which version of Python should you use?
---------------------------------------
PyFluent supports Python 3.7 through Python 3.10 on Windows and Linux. Python
3.7 is shipped with Ansys 2022 R2 and later. For example, in a 2022 R2 Windows
installation, the executable file Python 3.7 is typically located at:
``C:\Program Files\ANSYS Inc\v222\commonfiles\CPython\3_7\winx64\Release\python.exe``.
PyFluent supports Python 3.8 through Python 3.11 on Windows and Linux. Python
3.10 is shipped with Ansys 2023 R2 and later. For example, in a 2023 R2 Windows
installation, the executable file Python 3.10 is typically located at:
``C:\Program Files\ANSYS Inc\v232\commonfiles\CPython\3_10\winx64\Release\python.exe``.

Alternatively, you can download any compatible version of Python directly from
the `Downloads page <https://www.python.org/downloads/>`_ of the Python web
Expand Down
4 changes: 2 additions & 2 deletions doc/source/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Installation
============

The ``ansys-fluent-core`` package supports Python 3.7 through
Python 3.10 on Windows and Linux.
The ``ansys-fluent-core`` package supports Python 3.8 through
Python 3.11 on Windows and Linux.

.. note::
This page provides information for quickly installing and launching
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"Operating System :: OS Independent",
],
url="https://github.com/ansys/pyfluent",
python_requires=">=3.7",
python_requires=">=3.8",
install_requires=install_requires,
)

0 comments on commit 9e27280

Please sign in to comment.