ansys / pyaedt

AEDT Python Client Package
https://aedt.docs.pyansys.com
MIT License
185 stars 107 forks source link

FIX: metadata in pyproject.toml #4784

Closed jorgepiloto closed 1 month ago

jorgepiloto commented 1 month ago

This pull-request fixes the metadata included in the pyproject.toml file. In addition, new classifiers have been added. Related with #4775.

ansys-reviewer-bot[bot] commented 1 month ago

Thanks for opening a Pull Request. If you want to perform a review write a comment saying:

@ansys-reviewer-bot review

jorgepiloto commented 1 month ago

Thanks for pointing out this, @MaxJPRey. Catching up with @Samuelopez-ansys and @SMoraisAnsys to be aware about the current requirements when opening future PRs.

SMoraisAnsys commented 1 month ago

@jorgepiloto We still need Python 3.7 for backward compatibility.

Yeah, until #4759 is merged :D

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.59%. Comparing base (5f714b4) to head (a6ac0da).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4784 +/- ## ========================================== - Coverage 82.64% 82.59% -0.05% ========================================== Files 114 114 Lines 53921 53921 ========================================== - Hits 44561 44537 -24 - Misses 9360 9384 +24 ```