File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v3
1414 - uses : actions/setup-python@v4
1515 with :
16- python-version : " 3.9 "
16+ python-version : " 3.14 "
1717 - uses : pre-commit/action@v3.0.0
1818
1919 test :
5252 - name : Set up Python
5353 uses : actions/setup-python@v4
5454 with :
55- python-version : " 3.9 "
55+ python-version : " 3.14 "
5656 - uses : snok/install-poetry@v1
5757 - name : Install Dependencies
5858 run : poetry install -E docs
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 @@ -23,7 +23,7 @@ packages = [
2323"Changelog" = " https://rfa_toolbox.readthedocs.io/changelog.html"
2424
2525[tool .poetry .dependencies ]
26- python = " >=3.7 ,<3.11 "
26+ python = " >=3.13 ,<3.14 "
2727
2828# Documentation Dependencies
2929Sphinx = {version = " ^4.0.0" , optional = true }
You can’t perform that action at this time.
0 commit comments