-
Notifications
You must be signed in to change notification settings - Fork 116
docs: add Python versions supported #611
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
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
496f5d0
docs: add Python versions supported
RobPasMue f2131a8
Merge branch 'main' into docs/support-versions
RobPasMue 049e159
fix: vale
RobPasMue e560203
fix: title length
RobPasMue dea1422
fix: gantt chart style
RobPasMue 6785459
feat: add links
RobPasMue f91a579
fix: ignore current version from checklink
RobPasMue 99a9972
docs: clarifying graph
RobPasMue File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,60 @@ | ||
| .. _supported_versions: | ||
|
|
||
| Python versions | ||
| =============== | ||
|
|
||
| The PyAnsys ecosystem follows `SPEC-0`_ for Python version support, | ||
| which is also similar to `NEP 29`_. This means: | ||
|
|
||
| * PyAnsys packages are expected to drop support for Python versions **3 years** after their | ||
| initial release. | ||
|
|
||
| You can find below the timeline for the end of support for each Python version according to the SPEC-0 policy | ||
| as well as a table showing the Python versions supported by each PyAnsys metapackage, which might slightly | ||
| differ from the SPEC-0 policy but is always aligned with it. | ||
|
|
||
| * Grayed out Python versions are no longer supported by the current version of the PyAnsys metapackage. | ||
| * Light blue Python versions are currently supported. | ||
| * Dark blue Python versions are upcoming Python releases for which support is expected in the future. | ||
|
|
||
| .. mermaid:: | ||
| :caption: Python versions supported by SPEC-0 policy (red line) and PyAnsys Python versions supported (color coded) | ||
| :alt: Python versions supported by SPEC-0 policy (red line) and PyAnsys Python versions supported (color coded) | ||
| :align: center | ||
|
|
||
| gantt | ||
| dateFormat YYYY-MM-DD | ||
| axisFormat %Y-%m | ||
| Python 3.7 :done, des1, 2018-06-27, 3y | ||
| Python 3.8 :done, des2, 2019-10-14, 3y | ||
| Python 3.9 :active, des3, 2020-10-05, 3y | ||
| Python 3.10 :active, des4, 2021-10-04, 3y | ||
| Python 3.11 :active, des5, 2022-10-24, 3y | ||
| Python 3.12 :active, des6, 2023-10-02, 3y | ||
| Python 3.13 : des7, 2024-10-01, 3y | ||
|
|
||
| Below you can find a list of the Python versions supported by each PyAnsys metapackage release: | ||
|
|
||
| +-----------------+----------------------------+ | ||
| | Package version | Python versions supported | | ||
| +=================+============================+ | ||
| | `2023.1`_ | Python 3.7 - Python 3.10 | | ||
| +-----------------+----------------------------+ | ||
| | `2023.2`_ | Python 3.8 - Python 3.11 | | ||
| +-----------------+----------------------------+ | ||
| | `2024.1`_ | Python 3.9 - Python 3.12 | | ||
| +-----------------+----------------------------+ | ||
| | `2024.2`_ | Python 3.9 - Python 3.12 | | ||
| +-----------------+----------------------------+ | ||
| | `development`_ | Python 3.9 - Python 3.12 | | ||
| +-----------------+----------------------------+ | ||
|
|
||
|
|
||
| .. LINKS | ||
| .. _SPEC-0: https://scientific-python.org/specs/spec-0000/ | ||
| .. _NEP 29: https://numpy.org/neps/nep-0029-deprecation_policy.html | ||
| .. _2023.1: https://pypi.org/project/pyansys/2023.1.3/ | ||
| .. _2023.2: https://pypi.org/project/pyansys/2023.2.11/ | ||
| .. _2024.1: https://pypi.org/project/pyansys/2024.1.8/ | ||
| .. _2024.2: https://pypi.org/project/pyansys/2024.2.0b2/ | ||
| .. _development: https://github.com/ansys/pyansys | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.