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, drop 3.9 #546

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

greschd
Copy link
Member

@greschd greschd commented Nov 27, 2024

Remove the upper bound of the supported Python version, since that makes it tedious to add new versions: PyDPF Composites needs to be released before we can update PyACP, for example.

Add Python 3.13 to the explicitly supported versions in the trove classifiers, and add it to the test matrix.

Drop support for Python 3.9.

Run pyupgrade with the --py310-plus flag, and remove the now unused imports.

@wiz-inc-572fc38784
Copy link

wiz-inc-572fc38784 bot commented Nov 27, 2024

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities 1 High
Data Finding Sensitive Data
Secret Finding Secrets
IaC Misconfiguration IaC Misconfigurations
Total 1 High

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

@github-actions github-actions bot added maintenance Package and maintenance related dependencies Related with project dependencies labels Nov 27, 2024
@greschd greschd force-pushed the maint/update_supported_python_versions branch from 594f995 to 3d25da0 Compare November 27, 2024 10:56
Remove the upper bound of the supported Python version, since that
makes it tedious to add new versions: PyDPF Composites needs to
be released before we can update PyACP, for example.

Add Python 3.13 to the explicitly supported versions in the
trove classifiers, and add it to the test matrix.

Drop support for Python 3.9.

Run pyupgrade with the '--py310-plus' flag, and remove the now
unused imports.
@greschd greschd force-pushed the maint/update_supported_python_versions branch from 3d25da0 to 832dbdd Compare November 27, 2024 11:00
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 98.50746% with 1 line in your changes missing coverage. Please review.

Project coverage is 91.49%. Comparing base (9ff7e3d) to head (832dbdd).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...ites/server_helpers/_connect_to_or_start_server.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #546      +/-   ##
==========================================
- Coverage   91.53%   91.49%   -0.05%     
==========================================
  Files          50       50              
  Lines        3355     3350       -5     
==========================================
- Hits         3071     3065       -6     
- Misses        284      285       +1     

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

@greschd
Copy link
Member Author

greschd commented Nov 27, 2024

Waiting on a release of PyVista which does not lock VTK to <9.4.0. We could pin an older PyVista, but that's not worth it IMO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related with project dependencies maintenance Package and maintenance related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants