-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.12 support #61
Comments
Python 3.12 support test (ok locally after tsdownsample manual build from git)
Python 3.12 support test (ok locally after tsdownsample manual build from git)
Still seeing this issue?? |
I still encountered the issue when I tried installing Probably the package on pipy was not updated? |
I confirm, the issue is solved when installing from the Git repo, But it is still there when installing from Pypi log when installing from Github:
log when installing from Pypi:
|
tsdownsample doesn't install with a Python 3.12 environment (tested locally with 3.12.0 and in Github CI)
However, I've been able to build it and pass the Pytest tests after switching Rust to
rustup default nightly
and removing the pins on the dependencies in Cargo.toml (it wouldn't build before these steps).The text was updated successfully, but these errors were encountered: