Skip to content

Commit dbbb2e6

Browse files
authored
Fix issue with incorrect Python version spec (#701)
1 parent 69c3f48 commit dbbb2e6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

poetry.lock

Lines changed: 3 additions & 3 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
@@ -67,7 +67,7 @@ aiohttp = ">=3.9.0b0"
6767
backoff = ">=1.11.1"
6868
beautifulsoup4 = ">=4.11.1"
6969
certifi = ">=2023.07.22"
70-
python = ">=3.10,<=3.12"
70+
python = "^3.10"
7171
voluptuous = ">=0.11.7"
7272
websockets = ">=8.1"
7373
yarl = ">=1.9.2"

0 commit comments

Comments
 (0)