MaxOhn / rosu-pp-py

osu! difficulty and pp calculation for all modes
MIT License
23 stars 19 forks source link

Update to py03 0.22 #8

Closed Jeglerjeg closed 3 months ago

Jeglerjeg commented 3 months ago

Updates to py03 0.22 and fixes new errors and deprecation warnings. This adds support for python 3.13

MaxOhn commented 3 months ago

Great timing, I also happened to check the pyo3 changelog just recently and saw that 3.13 is supported now, glad you beat me to it 😄

The eq attribute items seem pretty handy, I like it. I'm assuming not adding the manual signatures was causing the errors / warnings you mentioned?

MaxOhn commented 3 months ago

I'm assuming not adding the manual signatures was causing the errors / warnings you mentioned?

Nevermind, just checked and it's indeed the deprecation warnings so all good here.

Thanks for the PR 👍