-
Notifications
You must be signed in to change notification settings - Fork 84
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
Add builds for modern python versions #229
Comments
Do you want PRs for this? I'm about to spend some time on a plane, and that's prime "mess around with CI" time :D |
I mean - sure, why not! This is how far I got a few weeks ago master...add-new-py-versions |
How wedded to the current setuptools workflow are you? Are you okay with changing up the dev environment, or is there a standard interaction you want to preserve? I ask because lately I've been switching all my packages over to |
Feel free to try - I suspect there may be some custom setuptools hooks that you would need to replace. As long as the build artefacts are the same I don't mind either way :) |
We should build at least: 3.8, 3.10, 3.11, 3.12 and aim for 3.13.
The text was updated successfully, but these errors were encountered: