File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v3
1818 - uses : actions/setup-python@v4
1919 with :
20- python-version : " 3.9 "
20+ python-version : " 3.14 "
2121 - uses : pre-commit/action@v3.0.1
2222
2323 # Make sure commit messages follow the conventional commits convention:
Original file line number Diff line number Diff line change 1515 - name : Set up Python
1616 uses : actions/setup-python@v4
1717 with :
18- python-version : 3.8
18+ python-version : 3.14
1919 - name : Install labels
2020 run : pip install labels
2121 - name : Sync config with Github
Original file line number Diff line number Diff 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.15 "
3131click = " ^8.1.7"
3232beautifulsoup4 = " ^4.12.2"
3333aiohttp = " ^3.8.6"
You can’t perform that action at this time.
0 commit comments