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

Add python 3.13 support #740

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Add python 3.13 support #740

wants to merge 3 commits into from

Conversation

greschd
Copy link
Member

@greschd greschd commented Dec 10, 2024

No description provided.

pyproject.toml Outdated
Comment on lines 49 to 55
# TODO: Once ansys-mapdl-core and ansys-mechanical-core support Python 3.13,
# remove the 'python' limit below and update the main Python version in CI.
pyvista = { version = ">=0.42.0", optional = true, extras = ["jupyter", "trame"] }
ansys-mapdl-core = { version = ">=0.68.3", optional = true }
ansys-mapdl-core = { version = ">=0.68.3", optional = true, python=">=3.10,<3.13" }
ansys-dpf-composites = { version = ">=0.6", optional = true }
ansys-dpf-core = { version = ">=0.13", optional = true}
ansys-mechanical-core = { version = ">=0.10.0", optional = true }
ansys-mechanical-core = { version = ">=0.10.0", optional = true, python=">=3.10,<3.13" }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To revert before merging, to avoid accidentally leaving them out (these are user-facing dependencies via the examples and all extras).

Copy link

codecov bot commented Dec 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.71%. Comparing base (6701901) to head (b0f4659).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #740      +/-   ##
==========================================
- Coverage   94.97%   94.71%   -0.27%     
==========================================
  Files         109      109              
  Lines        5696     5696              
  Branches      322      322              
==========================================
- Hits         5410     5395      -15     
- Misses        285      296      +11     
- Partials        1        5       +4     
Flag Coverage Δ
direct-launch 91.57% <ø> (ø)
minimum-deps 93.18% <ø> (ø)
python-3.10 93.18% <ø> (-1.07%) ⬇️
python-3.11 93.10% <ø> (-1.07%) ⬇️
python-3.12 93.10% <ø> (-1.26%) ⬇️
python-3.13 93.00% <ø> (?)
server-2024R2 ?
server-2025R1 ?
server-2025R2 ?
server-latest 94.71% <ø> (-0.08%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@greschd greschd force-pushed the maint/add_python_313_support branch from e25ca9a to b0f4659 Compare January 7, 2025 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant