Commit
·
26b98fd
1
Parent(s):
0e084be
Configured to use python 3.11 as default
Browse files- .python-version +1 -1
- pyproject.toml +1 -1
- uv.lock +7 -0
.python-version
CHANGED
@@ -1 +1 @@
|
|
1 |
-
3.
|
|
|
1 |
+
3.11
|
pyproject.toml
CHANGED
@@ -3,5 +3,5 @@ name = "tadbot"
|
|
3 |
version = "0.1.0"
|
4 |
description = "Add your description here"
|
5 |
readme = "README.md"
|
6 |
-
requires-python = ">=3.
|
7 |
dependencies = []
|
|
|
3 |
version = "0.1.0"
|
4 |
description = "Add your description here"
|
5 |
readme = "README.md"
|
6 |
+
requires-python = ">=3.11"
|
7 |
dependencies = []
|
uv.lock
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
version = 1
|
2 |
+
requires-python = ">=3.11"
|
3 |
+
|
4 |
+
[[package]]
|
5 |
+
name = "tadbot"
|
6 |
+
version = "0.1.0"
|
7 |
+
source = { virtual = "." }
|