-
Notifications
You must be signed in to change notification settings - Fork 10
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 support for python 3.13 #71
Conversation
Other changes: - Drop support for python 3.8 - Update dependencies
upload-artifact v4 is broken for systems using matrix of versions. See actions/upload-artifact#478
@aminalaee @trim21 Please take a look at this PR (and maybe squash and merge 😅) |
look good to me, no actually code changes |
.github/workflows/ci.yml
Outdated
@@ -68,20 +68,20 @@ jobs: | |||
- uses: actions/checkout@v3 |
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.
should also upgrade this one
for example, use |
@trim21 Correct me if I am wrong, but I think you mean |
Using only the job index of strategy as part of the artifact name still causes duplicate names after the first job succeeds, and duplicate names are errors in `actions/upload-artifact@v4`. See https://github.com/actions/download-artifact/blob/main/docs/MIGRATION.md#multiple-uploads-to-the-same-named-artifact
@trim21 can we get this reviewed and merged? |
I don't have permission to merge PR |
Oh. My bad. Thanks for the review and nudges by the way @trim21 |
is there a classifiers for Python39+ ? this package is now a abi3 package and should be able to support all future version of cpython<4 |
Not that I know of |
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.
LGTM. Thanks both for the PR
@aminalaee Thank you. If I may ask, when can we expect the new release. This is currently blocking one of my projects from transitioning to Python 3.13 |
Other changes: