Skip to content

Commit

Permalink
Python 3.11 to 3.12
Browse files Browse the repository at this point in the history
Upgraded docs to 3.12

Removed 3.11 from lint-test CI matrix
  • Loading branch information
Xithrius committed Jul 4, 2024
1 parent 3fe3eae commit f16d377
Show file tree
Hide file tree
Showing 5 changed files with 229 additions and 197 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Python Dependencies
uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.2
with:
python_version: "3.11"
python_version: "3.12"
install_args: "--extras async-rediscache --only main --only doc"

- name: Generate HTML Site
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Install Python Dependencies
uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.2
with:
python_version: "3.11"
python_version: "3.12"
install_args: "--extras async-rediscache"

- name: Build All Doc Versions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ["3.11", "3.12"]
python_version: ["3.12"]

name: Run Linting & Test Suites
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG python_version=3.11
ARG python_version=3.12

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

Expand Down
Loading

0 comments on commit f16d377

Please sign in to comment.