-
Notifications
You must be signed in to change notification settings - Fork 14
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
try python version 3.12 #102
Conversation
FWIW, the doctest failure makes sense, we recently added different data to Valhalla which makes the durations quite a bit longer. |
Yeah, I doubted that had anything to do with this patch. I am rerunning the a new tag on current main to see if the Windows failure are connected. Nils, you added the 3.12 restriction. Do you remember why, and if we can expect it to resolve it self now that 3.12 is out stable? |
Yeah I’m pretty sure that was only because it wasn’t release yet, but it was built by default. In fact I think 3.12 introduced ABI stability in between minor versions, so in uhh, 5 years from now (?) we can stop building all of them;) |
@jcoupey, we have a small issue. PyPI which hosts all python packages have started to require deploy tokens for publishing. I don't seem to have the rights to add Github secrets to so we can use it with Github actions. We have a few options I think:
|
@jonathf option 2 sounds like the easiest one here. |
Sure. How would you like the token sent over? |
You can use the contact email on http://vroom-project.org. |
Done. The secrets variable (likely moved when pyvroom joined vroom-project) is |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #102 +/- ##
=====================================
Coverage 80.1% 80.1%
=====================================
Files 29 29
Lines 1523 1523
Branches 17 17
=====================================
Hits 1220 1220
Misses 294 294
Partials 9 9
Flags with carried forward coverage won't be shown. Click here to find out more. |
Thanks, just updated the |
Looks like it works as intended. Thanks for the quick assist @jcoupey! |
Solves #101.