Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python version #900

Merged
merged 4 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/900.documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update python version
29 changes: 17 additions & 12 deletions doc/source/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,27 @@ For more information on getting a licensed copy of Ansys, visit the `Ansys websi

This table provides compatibility information:

=========================== ===========================
PyPrimeMesh client release Ansys Prime Server release
=========================== ===========================
0.2.x 23.1.0 (2023 R1)
0.3.x 23.1.1 (2023 R1 SP1)
0.4.x 23.2.0 (2023 R2)
0.5.x 24.1.0 (2024 R1)
0.6.x 24.2.0 (2024 R2)
0.7.x 25.1.0 (2025 R1)
=========================== ===========================
+----------------------------+----------------------------+--------------------------+
| PyPrimeMesh client release | Ansys Prime Server release |Supported python versions |
+============================+============================+==========================+
| 0.2.x | 23.1.0 (2023 R1) | 3.7 to 3.11 |
waltersma marked this conversation as resolved.
Show resolved Hide resolved
| | | |
| 0.3.x | 23.1.1 (2023 R1 SP1) | 3.7 to 3.11 |
| | | |
| 0.4.x | 23.2.0 (2023 R2) | 3.8 to 3.11 |
| | | |
| 0.5.x | 24.1.0 (2024 R1) | 3.8 to 3.11 |
| | | |
| 0.6.x | 24.2.0 (2024 R2) | 3.8 to 3.11 |
| | | |
| 0.7.x | 25.1.0 (2025 R1) | 3.10 to 3.12 |
+----------------------------+----------------------------+--------------------------+

Installation
------------

The ``ansys-meshing-prime`` package currently supports Python 3.8
to Python 3.11 on the Windows and Linux operating systems.
The ``ansys-meshing-prime`` package currently supports Python 3.10
to Python 3.12 on the Windows and Linux operating systems.

You can install PyPrimeMesh with all dependencies directly from `PyPI <https://pypi.org/>`_ with this command:

Expand Down
Loading