Skip to content

Commit

Permalink
ci: Support Python 3.13 (#3449)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 authored Nov 5, 2024
1 parent 8b57cb4 commit 0b337d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']
should-release:
- ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags') }}
exclude:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ To reach the project support team, email `pyansys.core@ansys.com <pyansys.core@a
Installation
------------
The ``ansys-fluent-core`` package supports Python 3.9 through Python
3.12 on Windows and Linux.
3.13 on Windows and Linux.

Install the latest release from `PyPI
<https://pypi.org/project/ansys-fluent-core/>`_ with:
Expand Down
2 changes: 1 addition & 1 deletion doc/source/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Installation
PyFluent Installation
---------------------

PyFluent supports Python 3.10 through Python 3.12 on Windows, Mac OS and Linux.
PyFluent supports Python 3.10 through Python 3.13 on Windows, Mac OS and Linux.

PyFluent can be installed, along with all its optional dependencies, using:

Expand Down

0 comments on commit 0b337d1

Please sign in to comment.