Fixes failing test on python 3.13 and ensure macOS uses 3.12#87
Conversation
1d0c827 to
0bb9c1e
Compare
|
just trying to run with 3.13 to see what happens... i was under the impression that actions/setup-python grabbed the binary remotely so i don't see why it wouldn't support 3.13? (it even has 3.13 as an example in the readme!) |
The problem was I set the python version to 3.x and last week it was downloading 3.12 on Windows and Linux. It might be fixed now or maybe just the 3.x syntax was broken not sure |
alexhroom
left a comment
There was a problem hiding this comment.
you're right, 3.x downloads 3.12. however it seems to work set to 3.13? looks all good apart from that
Added a workaround for MacOS runner ignoring the given python version for the test and fixed a test that was failing on 3.13. The python version is still capped at 3.12 because ubuntu and windows runner are still stuck at 3.12