Skip to content

Commit

Permalink
ci: specify Python version in venv
Browse files Browse the repository at this point in the history
  • Loading branch information
seppzer0 committed Jan 18, 2025
1 parent ff3a4de commit ac06c36
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.13.1
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ dependencies = [
"requests ~=2.31",
"pathlib ~=1.0",
"typing ~=3.7",
"pydantic ~=2.6"
"pydantic ~=2.6",
"pip"
]

[project.urls]
Expand Down
11 changes: 11 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac06c36

Please sign in to comment.