Skip to content

Commit af47b2f

Browse files
committed
Update the python version, and uv.lock
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.
1 parent fd58134 commit af47b2f

File tree

3 files changed

+7
-229
lines changed

3 files changed

+7
-229
lines changed

.python-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12
1+
3.13

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "shared"
33
version = "0.1.0"
44
description = "Shared code used in codecov API and worker"
55
readme = "README.md"
6-
requires-python = ">=3.12"
6+
requires-python = ">=3.13"
77
dependencies = [
88
"boto3>=1.20.25",
99
"cachetools>=4.1.1",
@@ -44,6 +44,7 @@ requires = ["hatchling"]
4444
build-backend = "hatchling.build"
4545

4646
[tool.uv]
47+
required-version = ">=0.6.0"
4748
dev-dependencies = [
4849
"factory-boy>=3.2.0",
4950
"freezegun>=1.1.0",

0 commit comments

Comments
 (0)