Skip to content

Commit d4aec2c

Browse files
fix(deps): update python to <3.14
1 parent ad4ed83 commit d4aec2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ utcc = "ut_course_catalog.cli:cli"
2727
"Changelog" = "https://github.com/34j/ut-course-catalog/blob/main/CHANGELOG.md"
2828

2929
[tool.poetry.dependencies]
30-
python = "^3.9, <3.13"
30+
python = "<3.14"
3131
click = "^8.1.7"
3232
beautifulsoup4 = "^4.12.2"
3333
aiohttp = "^3.8.6"

0 commit comments

Comments
 (0)