scikit-hep / particle

Package to deal with particles, the PDG particle data table, PDGIDs, etc.
BSD 3-Clause "New" or "Revised" License
151 stars 24 forks source link

chore: test on Python 3.13 #629

Closed henryiii closed 1 month ago

henryiii commented 1 month ago

3.13 final is releasing on Tuesday.

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 96.17%. Comparing base (9f4e144) to head (84c68d3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #629 +/- ## ======================================= Coverage 96.17% 96.17% ======================================= Files 31 31 Lines 1335 1335 ======================================= Hits 1284 1284 Misses 51 51 ```

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

henryiii commented 1 month ago

@eduardo-rodrigues, it would be good to get patch releases before 3.13 is released, on Tuesday!

eduardo-rodrigues commented 1 month ago

@eduardo-rodrigues, it would be good to get patch releases before 3.13 is released, on Tuesday!

Done via https://github.com/scikit-hep/particle/releases/tag/v0.25.2.

(Note that the ZipApp did not work with the new Action, see https://github.com/scikit-hep/particle/actions/runs/11212451952/job/31163804348.)