Skip to content

Commit

Permalink
Merge pull request #1107 from chrishart0/master
Browse files Browse the repository at this point in the history
Update Poetry to supported Python version
  • Loading branch information
assafelovic authored Feb 6, 2025
2 parents 62257aa + cd28d49 commit 0442c77
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 0442c77

Please sign in to comment.