Skip to content

Commit

Permalink
(#218) Pin builds to 3.11 as p4p doesn't build in 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicOram committed Oct 29, 2023
1 parent 60b3d72 commit b980f9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
requirements_file: requirements-dev-3.x.txt
install_options: -e .[dev]
python_version: "3.11"

- name: Lint
run: tox -e pre-commit,mypy
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
requirements_file: requirements-dev-3.x.txt
install_options: -e .[dev]
python_version: "3.11"

- name: Build docs
run: tox -e docs
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
requirements_file: requirements-dev-3.x.txt
install_options: -e .[dev]
python_version: "3.11"

- name: Check links
run: tox -e docs build -- -b linkcheck

0 comments on commit b980f9b

Please sign in to comment.