Skip to content

Commit

Permalink
REV: Revert "OPS: Use python3.11 for tests"
Browse files Browse the repository at this point in the history
This reverts commit c86b441.
  • Loading branch information
cortadocodes committed Apr 23, 2024
1 parent abfe68b commit b357580
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.11"
USING_COVERAGE: "3.10"
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.11"
python-version: "3.10"

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

0 comments on commit b357580

Please sign in to comment.