Skip to content

Commit

Permalink
CI: Consistently use Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed May 5, 2023
1 parent 7acc490 commit cd11e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
- if: matrix.suite == 'rpc'
uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.11'

- if: matrix.suite == 'rpc'
uses: abatilo/actions-poetry@v2.1.2
Expand Down Expand Up @@ -422,7 +422,7 @@ jobs:
- if: matrix.image == 'ghcr.io/galoisinc/cryptol-remote-api'
uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.11'

- if: matrix.image == 'ghcr.io/galoisinc/cryptol-remote-api'
uses: abatilo/actions-poetry@v2.1.2
Expand Down

0 comments on commit cd11e50

Please sign in to comment.