- Notifications
You must be signed in to change notification settings - Fork 69
ci: move the CI to GitHub Actions #104
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
Conversation
0d5924f to 9563771 Compare f1be5c6 to b481b64 Compare | @keszybz this should be almost ready to go. A couple of questions:
|
b481b64 to a33ff42 Compare
I see, the first test was easy enough to fix, but in the second case the original change actually broke python 2.7 compatibility. i.e. since 4c9a241 the code doesn't work on 2.7 anymore, since |
c5af6a3 to 55731d1 Compare aa2ac4e to 3c9f282 Compare 383776c to c607380 Compare
behrmann left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work. This would be a good step for #103.
c607380 to 884a43e Compare
jamacku left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it make sense to run these workflows on push events as well?
Maybe adding Dependabot would make sense as well, to keep dependencies up to date?
keszybz left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks great.
| "3.7", | ||
| "3.8", | ||
| "3.9", | ||
| "3.10", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll need to add 3.11 here…
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hehe, yeah, it's been a while.
That's definitely on the TODO list. |
I don't want to spend time on 2.7 myself, but if somebody comes up with a patch, I guess we'd merge it. If support for 2.7 is fully removed, then we should also drop the C parts, where actually there's a lot of code duplication for the old C API. |
No description provided.