Skip to content

Commit 2355e6a

Browse files
author
groovecoder
committed
update pyproject to require python<3.13; prefect has a bug with python 3.13
1 parent 893c755 commit 2355e6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
name = "tgov scraper"
33
version = "0.1.0"
44
description = "A set of scripts and notebooks for exploring Tulsa Government Access Television"
5-
authors = ["jdungan <johnadungan@gmail.com>"]
5+
authors = ["jdungan <johnadungan@gmail.com>", "groovecoder <luke@groovecoder.com>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
9-
python = "3.11.*"
9+
python = ">=3.11,<3.13"
1010
selectolax = "^0.3.28"
1111
aiohttp = "^3.11.13"
1212
pytest-asyncio = "^0.25.3"

0 commit comments

Comments
 (0)