Skip to content

Commit

Permalink
Upgrade coverage to 7.5.0 (#139)
Browse files Browse the repository at this point in the history
coverage 7.5.0 officially supports the Python 3.13 alphas. Pre-built
wheels are also available for the same platforms/SOABIs as coverage
7.3.2.
  • Loading branch information
chrisnovakovic committed Apr 29, 2024
1 parent e7d66d0 commit b3fcf9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/python/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ python_wheel(
deps = [":six"],
)

_coverage_version = "7.3.2"
_coverage_version = "7.5.0"
_coverage_soabis = ["cp38", "cp39", "cp310", "cp311", "cp312"]

if is_platform(
Expand All @@ -125,7 +125,7 @@ elif is_platform(
]
else:
_coverage_urls = [
f"https://files.pythonhosted.org/packages/pp38/c/coverage/coverage-{_coverage_version}-pp38-pp39-pp310-none-any.whl",
f"https://files.pythonhosted.org/packages/pp38.pp39.pp310/c/coverage/coverage-{_coverage_version}-pp38.pp39.pp310-none-any.whl",
]

python_multiversion_wheel(
Expand Down

0 comments on commit b3fcf9d

Please sign in to comment.