Skip to content

Commit

Permalink
OPS: Use python3.11 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Apr 23, 2024
1 parent 3b1ffa7 commit c86b441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skipci')"
runs-on: ${{ matrix.os }}
env:
USING_COVERAGE: "3.10"
USING_COVERAGE: "3.11"
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"

- name: Install Poetry
uses: snok/install-poetry@v1.3.2
Expand Down

0 comments on commit c86b441

Please sign in to comment.