Skip to content

Commit

Permalink
Update the python version, and uv.lock
Browse files Browse the repository at this point in the history
Bumps the `.python-version` to `3.13`, and adds a required `uv` version as well, along with a `uv sync` that trims a bunch of python 3.12 wheel from the lockfile.
  • Loading branch information
Swatinem committed Feb 27, 2025
1 parent fd58134 commit af47b2f
Showing 3 changed files with 7 additions and 229 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12
3.13
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ name = "shared"
version = "0.1.0"
description = "Shared code used in codecov API and worker"
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.13"
dependencies = [
"boto3>=1.20.25",
"cachetools>=4.1.1",
@@ -44,6 +44,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.uv]
required-version = ">=0.6.0"
dev-dependencies = [
"factory-boy>=3.2.0",
"freezegun>=1.1.0",
Loading
Oops, something went wrong.

0 comments on commit af47b2f

Please sign in to comment.