forcing 3.12 as maximum python version to fix pydub issue

This commit is contained in:
LUIS NOVO 2025-04-26 06:23:31 -03:00
parent 780b905f74
commit 656ab520e7
3 changed files with 3 additions and 4 deletions

2
.gitignore vendored
View file

@ -118,5 +118,3 @@ desktop.ini
*.db
*.sqlite3
# Virtual environment
.python-version

1
.python-version Normal file
View file

@ -0,0 +1 @@
3.12

View file

@ -11,7 +11,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
]
requires-python = ">=3.11"
requires-python = ">=3.11,<3.13"
dependencies = [
"streamlit>=1.39.0",
"watchdog>=5.0.3",
@ -53,7 +53,7 @@ dependencies = [
]
[tool.setuptools]
package-dir = {"jota_ai" = "src/open_notebook"}
package-dir = {"open_notebook" = "src/open_notebook"}
[project.optional-dependencies]