Skip to content

Commit

Permalink
OPS: Run tests with python3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Apr 23, 2024
1 parent 63a6ad8 commit 69bc7a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-ci.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skipci')"
runs-on: ${{ matrix.os }}
env:
USING_COVERAGE: "3.9"
USING_COVERAGE: "3.10"
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.10
cache: poetry

- name: Check pyproject.toml file
Expand Down

0 comments on commit 69bc7a3

Please sign in to comment.