-
Notifications
You must be signed in to change notification settings - Fork 142
chore: active support for Python 3.13 #3605
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
32 commits
Select commit
Hold shift + click to select a range
fc35634
chore: active support for Python 3.13
clatapie 5006226
chore: adding changelog file 3605.added.md [dependabot-skip]
pyansys-ci-bot 06aadef
fix: version in ``pyproject.toml``
clatapie f21c997
Merge branch 'chore/supporting_python3.13' of https://github.com/pyan…
clatapie c991ceb
review: applying @RobPasMue's suggestions
clatapie dac3c69
fix: vtk version to 9.4.0
clatapie 82d43be
Merge branch 'main' into chore/supporting_python3.13
clatapie b8a5044
Merge branch 'main' into chore/supporting_python3.13
germa89 e13de70
Merge branch 'main' into chore/supporting_python3.13
clatapie 556467f
maint: update ``"ansys-tools-visualization-interface``
clatapie 6a1f301
Merge branch 'chore/supporting_python3.13' of https://github.com/pyan…
clatapie 8ff2a5c
Merge branch 'main' into chore/supporting_python3.13
clatapie 1904d76
Merge branch 'main' into chore/supporting_python3.13
germa89 b17a3de
Merge branch 'main' into chore/supporting_python3.13
clatapie 0cb2365
Merge branch 'main' into chore/supporting_python3.13
germa89 0da5cb8
build: downgrade vtk to 9.3.1
germa89 3e651eb
build: update ansys-tools-visualization-interface
germa89 4078519
revert: not changing examples requirements
germa89 a77c7a3
build: downgrade vtk
germa89 ab86cd3
fix: bump vtk to 9.4.1
germa89 48547a5
chore: merge remote-tracking branch 'origin/main' into chore/supporti…
germa89 4259301
Apply suggestions from code review
germa89 0fd13c7
chore: merge remote-tracking branch 'origin/main' into chore/supporti…
germa89 c11ce28
chore: merge remote-tracking branch 'origin/main' into chore/supporti…
germa89 fae33c6
chore: update Python version references in CI workflows to 3.13
germa89 518983f
chore: update installation steps in test-local workflow to not build …
germa89 c4b8160
chore: add conditional gcc installation for cicd mapdl version
germa89 5e226a5
chore: merge branch 'main' into chore/supporting_python3.13
germa89 a73f872
fix: add g++ installation to the CI workflow for enhanced compatibility
germa89 15293d2
fix: enable building and installing package in CI workflow
germa89 67ad3c5
fix: correct macOS spelling in documentation
germa89 05c6046
chore: update .github/workflows/test-local.yml
germa89 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,4 +15,4 @@ pytest-rerunfailures==15.0 | |
| pytest-timeout==2.3.1 | ||
| pytest==8.3.5 | ||
| scipy==1.15.2 | ||
| vtk==9.3.1 | ||
| vtk==9.4.2 | ||
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 |
|---|---|---|
|
|
@@ -83,6 +83,7 @@ body: | |
| - '3.10' | ||
| - '3.11' | ||
| - '3.12' | ||
| - '3.13' | ||
| validations: | ||
| required: true | ||
|
|
||
|
|
||
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 |
|---|---|---|
|
|
@@ -59,6 +59,7 @@ body: | |
| - '3.10' | ||
| - '3.11' | ||
| - '3.12' | ||
| - '3.13' | ||
| validations: | ||
| required: true | ||
|
|
||
|
|
||
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
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 @@ | ||
| chore: active support for Python 3.13 |
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
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 |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ name = "ansys-mapdl-core" | |
| version = "0.69.dev0" | ||
| description = "A Python client library for Ansys MAPDL." | ||
| readme = "README.md" | ||
| requires-python = ">=3.10,<3.13" # Update also 'MINIMUM_PYTHON_VERSION' in src/ansys/mapdl/core/__init__.py | ||
| requires-python = ">=3.10,<3.14" # Update also 'MINIMUM_PYTHON_VERSION' in src/ansys/mapdl/core/__init__.py | ||
| license = {file = "LICENSE"} | ||
| authors = [{ name = "ANSYS, Inc.", email = "[email protected]" }] | ||
| maintainers = [{ name = "ANSYS, Inc.", email = "[email protected]" }] | ||
|
|
@@ -43,6 +43,7 @@ classifiers = [ | |
| "Programming Language :: Python :: 3.10", | ||
| "Programming Language :: Python :: 3.11", | ||
| "Programming Language :: Python :: 3.12", | ||
| "Programming Language :: Python :: 3.13", | ||
| ] | ||
|
|
||
| [project.optional-dependencies] | ||
|
|
@@ -81,7 +82,7 @@ tests = [ | |
| "pytest-timeout==2.3.1", | ||
| "pytest==8.3.5", | ||
| "scipy==1.15.2", | ||
| "vtk==9.3.1", | ||
| "vtk==9.4.2", | ||
| ] | ||
|
|
||
| doc = [ | ||
|
|
@@ -114,7 +115,7 @@ doc = [ | |
| "sphinx==8.2.3", | ||
| "sphinxcontrib-websupport==2.0.0", | ||
| "sphinxemoji==0.3.1", | ||
| "vtk==9.3.1", | ||
| "vtk==9.4.2", | ||
| ] | ||
|
|
||
| [tool.flit.module] | ||
|
|
||
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.