-
Notifications
You must be signed in to change notification settings - Fork 239
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
chore: test with Python 3.11 #1300
Conversation
3.11 as max needs to be specified in pre-commit setup-cfg-fmt. |
just read the docs of setup-cfg-fmt and saw that. I won't bother to change this & will wait for 3.11 GA at which point, setup-cfg-fmt should be updated (or I'll do it then). |
I bumped it - it won't automatically update, the automatic classifier feature was removed from setup-cfg-fmt (I do prefer the explicit limit, though IMO this was one of the best features of setup-cfg-fmt). |
IMO, this is ready to go in any time - I'd really like the trove classifier, since we support producing 3.11 wheels. Ideally, we should also be able to run on 3.11, and we can. FYI, are we checking to make sure |
I would have liked for the action to be tested on 3.11 as well before getting this in (& remove the
I'm almost sure we don't & I think this was discussed in the past. |
Any last changes on this now that 3.11 is released? It would be neat to get it in before the next cibuildwheel release with 3.11-final. |
With 3.11.0 available in roughly a couple weeks, let's start testing as draft.
I will update this once 3.11 reaches GA.