Skip to content

Commit ac06c36

Browse files
committed
ci: specify Python version in venv
1 parent ff3a4de commit ac06c36

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.13.1

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ dependencies = [
1111
"requests ~=2.31",
1212
"pathlib ~=1.0",
1313
"typing ~=3.7",
14-
"pydantic ~=2.6"
14+
"pydantic ~=2.6",
15+
"pip"
1516
]
1617

1718
[project.urls]

uv.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)