Skip to content

Commit 2c2b576

Browse files
authored
Merge pull request #170 from autoscrape-labs/fix/python-min-version
build: update Python version requirement to 3.11 in configuration files
2 parents 1337fb1 + b29ed56 commit 2c2b576

File tree

2 files changed

+12
-50
lines changed

2 files changed

+12
-50
lines changed

poetry.lock

Lines changed: 11 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packages = [
99
]
1010

1111
[tool.poetry.dependencies]
12-
python = "^3.10"
12+
python = "^3.11"
1313
websockets = "^13.1"
1414
aiohttp = "^3.9.5"
1515
aiofiles = "^23.2.1"

0 commit comments

Comments
 (0)