File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 - name : Install Python Dependencies
1717 uses : HassanAbouelela/actions/setup-python@setup-python_v1.4.2
1818 with :
19- python_version : " 3.11 "
19+ python_version : " 3.12 "
2020 install_args : " --extras async-rediscache --only main --only doc"
2121
2222 - name : Generate HTML Site
@@ -35,12 +35,12 @@ jobs:
3535 steps :
3636 - uses : actions/checkout@v4
3737 with :
38- fetch-depth : 0 # We need to check out the entire repository to find all tags
38+ fetch-depth : 0 # We need to check out the entire repository to find all tags
3939
4040 - name : Install Python Dependencies
4141 uses : HassanAbouelela/actions/setup-python@setup-python_v1.4.2
4242 with :
43- python_version : " 3.11 "
43+ python_version : " 3.12 "
4444 install_args : " --extras async-rediscache"
4545
4646 - name : Build All Doc Versions
Original file line number Diff line number Diff line change 88 strategy :
99 fail-fast : false
1010 matrix :
11- python_version : ["3.11 ", "3.12 "]
11+ python_version : ["3.12 ", "3.13", "3.14 "]
1212
1313 name : Run Linting & Test Suites
1414 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1- ARG python_version=3.11
1+ ARG python_version=3.12
22
33FROM --platform=linux/amd64 ghcr.io/owl-corp/python-poetry-base:$python_version-slim
44
You can’t perform that action at this time.
0 commit comments