From cd28d4938c97b38145418cd042a5bec536503dcf Mon Sep 17 00:00:00 2001 From: chrishart0 <64378248+chrishart0@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:25:43 -0500 Subject: [PATCH] Update pyproject.toml to supported version, per readme, and add a .python-version for users who have pyenv --- .python-version | 1 + pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .python-version 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"