Skip to content

Commit 619c1ef

Browse files
committed
Revert "use python version supported by uv"
This reverts commit ffd44b0.
1 parent 6ac0711 commit 619c1ef

3 files changed

Lines changed: 166 additions & 8 deletions

File tree

bot/.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8.18
1+
3.7.13

bot/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "kodiak"
33
version = "0.1.0"
44
description = ""
55
authors = [{ name = "Christopher Dignam", email = "chris@dignam.xyz" }]
6-
requires-python = ">=3.8,<4"
6+
requires-python = ">=3.7,<4"
77
dependencies = [
88
"uvicorn>=0.15.0,<0.16",
99
"toml>=0.10.0,<0.11",

0 commit comments

Comments
 (0)