ansys / pyacp

Python Client for Ansys Composite PrepPost
https://acp.docs.pyansys.com
MIT License
4 stars 1 forks source link

Drop python 3.9 support #559

Open greschd opened 4 weeks ago

greschd commented 4 weeks ago

Following the PyAnsys Python version support policy, drop support for 3.9.

Update pre-commit hooks using pre-commit autoupdate.

wiz-inc-572fc38784[bot] commented 4 weeks ago

Wiz Scan Summary

IaC Misconfigurations 0C 0H 0M 0L 0I
Vulnerabilities 1C 2H 7M 2L 0I
Sensitive Data 0C 0H 0M 0L 0I
Total 1C 2H 7M 2L 0I
Secrets 0🔑
codecov[bot] commented 4 weeks ago

Codecov Report

Attention: Patch coverage is 95.34884% with 2 lines in your changes missing coverage. Please review.

Project coverage is 91.98%. Comparing base (eb5056c) to head (7e9ab90). Report is 1 commits behind head on main.

Files Patch % Lines
src/ansys/acp/core/_server/direct.py 75.00% 1 Missing :warning:
src/ansys/acp/core/_server/docker_compose.py 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #559 +/- ## ========================================== + Coverage 91.93% 91.98% +0.04% ========================================== Files 82 82 Lines 4242 4290 +48 ========================================== + Hits 3900 3946 +46 - Misses 342 344 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

greschd commented 3 weeks ago

Holding off on this since I want to merge and release #562 first.