Skip to content

Commit

Permalink
Run lint and docs CI on 3.11
Browse files Browse the repository at this point in the history
aiohttp does not work on 3.12 yet
  • Loading branch information
GDYendell authored and TBThomas56 committed Nov 20, 2023
1 parent b21c4e2 commit 48b58ad
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -20,6 +20,7 @@ jobs:
- name: Install python packages
uses: ./.github/actions/install_requirements
with:
python_version: "3.11"
requirements_file: requirements-dev-3.x.txt
install_options: -e .[dev]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Install python packages
uses: ./.github/actions/install_requirements
with:
python_version: "3.11"
requirements_file: requirements-dev-3.x.txt
install_options: -e .[dev]

Expand Down

0 comments on commit 48b58ad

Please sign in to comment.