Spaces:
Runtime error
Runtime error
Hussam
commited on
Commit
·
76a0d0a
1
Parent(s):
e9e3bda
updated python version to 3.11.9 which is more stable
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
@@ -7,7 +7,7 @@ name = "ctp-slack-bot"
|
|
7 |
version = "0.1.0"
|
8 |
description = "A Slack bot for processing and analyzing Zoom transcripts using AI"
|
9 |
readme = "README.md"
|
10 |
-
requires-python = ">=3.
|
11 |
license = {text = "MIT"}
|
12 |
authors = [
|
13 |
{name = "Your Name", email = "[email protected]"}
|
|
|
7 |
version = "0.1.0"
|
8 |
description = "A Slack bot for processing and analyzing Zoom transcripts using AI"
|
9 |
readme = "README.md"
|
10 |
+
requires-python = ">=3.11.9"
|
11 |
license = {text = "MIT"}
|
12 |
authors = [
|
13 |
{name = "Your Name", email = "[email protected]"}
|