diff --git a/.python-version b/.python-version new file mode 100644 index 000000000..2c0733315 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.11 diff --git a/pyproject.toml b/pyproject.toml index 619f6e244..1f662ee97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" readme = "README.md" [tool.poetry.dependencies] -python = ">=3.10,<3.12" +python = ">=3.11,<3.12" beautifulsoup4 = ">=4.12.2" colorama = ">=0.4.6" duckduckgo_search = ">=4.1.1" @@ -53,4 +53,4 @@ asyncio_mode = "strict" addopts = "-v" testpaths = ["tests"] python_files = "test_*.py" -asyncio_fixture_loop_scope = "function" \ No newline at end of file +asyncio_fixture_loop_scope = "function"