-
Couldn't load subscription status.
- Fork 28
Modernize ci #205
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
base: main
Are you sure you want to change the base?
Modernize ci #205
Conversation
|
Here's a passing CI run on my fork. https://github.com/ngoldbaum/brotlicffi/actions/runs/18691128106 |
|
Ping @sethmlarson - it'd be nice to merge this to unblock #206 and adding CI for 3.14 and 3.14t. |
use newer upload/download artifact major versions
|
passing CI from my fork with the latest changes: https://github.com/ngoldbaum/brotlicffi/pull/1/checks |
Re-do of #199 and #204. Thanks @cclauss for getting the ball rolling for the 3.14 release cycle. Also ping @graingert.
I need to drop Python 3.7 support to use cibuildwheel 3, which is needed for Python 3.14 support.
Once this is merged I'll issue a followup to add support and testing for 3.13, 3.14, and 3.14t. I already have that set up on a different branch in my fork and CI is passing. I extracted this somewhat more minimal change as requested over in #204.
ping @sethmlarson