Open agoscinski opened 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.87%. Comparing base (
ef60b66
) to head (fc050bf
). Report is 127 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is a draft for supporting python 3.13. Need to further debug dependencies
So far circus needs to be updated. Since the HEAD of the master branch seems to have fixed most issues on python 3.13, I wanted to test it and published a 0.19.0 version on test pypi from my fork https://github.com/agoscinski/circus
So far numpy needed an update to at least 1.26.2, versions before limited the python version to 3.12 (I am actually not sure how the requirements.txt got to 2.26.1 from the 1.21 in the pyproject.toml).
pandas does not offer binaries for python 3.13 until most recent version 2.2.3, and compiling it during installation fails.
Current issue, that need a bit investigation. I just did not have more time to look into it