Skip to content

Commit

Permalink
Update pyproject.toml to supported version, per readme, and add a .py…
Browse files Browse the repository at this point in the history
…thon-version for users who have pyenv
  • Loading branch information
chrishart0 committed Feb 4, 2025
1 parent 62257aa commit cd28d49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.11
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -53,4 +53,4 @@ asyncio_mode = "strict"
addopts = "-v"
testpaths = ["tests"]
python_files = "test_*.py"
asyncio_fixture_loop_scope = "function"
asyncio_fixture_loop_scope = "function"

0 comments on commit cd28d49

Please sign in to comment.