File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v3
14
14
- uses : actions/setup-python@v4
15
15
with :
16
- python-version : " 3.9 "
16
+ python-version : " 3.13 "
17
17
- uses : pre-commit/action@v3.0.0
18
18
19
19
test :
52
52
- name : Set up Python
53
53
uses : actions/setup-python@v4
54
54
with :
55
- python-version : " 3.9 "
55
+ python-version : " 3.13 "
56
56
- uses : snok/install-poetry@v1
57
57
- name : Install Dependencies
58
58
run : poetry install -E docs
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ packages = [
23
23
"Changelog" = " https://rfa_toolbox.readthedocs.io/changelog.html"
24
24
25
25
[tool .poetry .dependencies ]
26
- python = " >=3.7 ,<3.11 "
26
+ python = " >=3.13 ,<3.14 "
27
27
28
28
# Documentation Dependencies
29
29
Sphinx = {version = " ^4.0.0" , optional = true }
You can’t perform that action at this time.
0 commit comments