Skip to content

Commit a8028eb

Browse files
committed
Update to minimum Python 3.12
1 parent 4b500e6 commit a8028eb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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

dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG python_version=3.11
1+
ARG python_version=3.12
22

33
FROM --platform=linux/amd64 ghcr.io/owl-corp/python-poetry-base:$python_version-slim
44

0 commit comments

Comments
 (0)