codecov / codecov/test-results-parser
Request wheels for Python 3.13 for musl
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
In megalinter, we use alpine containers. Recently, we finally had a blocking package update its dependency to have a 3.13 wheel available. Now, upgrading to python 3.13 is failing because this package is a dependency of codecov-cli, and no python 3.13 wheels for alpine are available.
It seems that the ci.yml and publish.yml workflows already build musl wheels, and also include 3.13. So, is it possible that no release has been made yet? The last pypi release dates from march, so it isn't that old, so I'm suprised.
See failing workflows in https://github.com/oxsecurity/megalinter/pull/4521
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with ci.yml and publish.yml, then inspect the failing workflows linked from pull request 4521 and the current PyPI release history. Determine why the existing musl-wheel builds for Python 3.13 have not produced a release; done means a published Python 3.13 musl wheel is available for the dependency.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, rust
- Domain
- build-system, release
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100