Skip to content

Commit

Permalink
ci: add python 3.11 to ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
EspenAlbert committed Aug 20, 2023
1 parent 139d790 commit 57d7436
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Initialize Pants
uses: pantsbuild/actions/init-pants@main
with:
Expand Down

0 comments on commit 57d7436

Please sign in to comment.