Skip to content

Commit

Permalink
Upgrade python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Apr 25, 2024
1 parent 7e85d8a commit cded2e1
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 @@ -17,7 +17,7 @@ jobs:
uses: ppizarror/workflow-actions/.github/workflows/test_python.yml@master
strategy:
matrix:
python: [ 3.7, 3.8, 3.9, '3.10' ]
python: [ '3.10', '3.11' ]
with:
env-vars: GITHUB=true
install-extras: test
Expand All @@ -40,7 +40,7 @@ jobs:
uses: actions/setup-python@v5
with:
cache: pip
python-version: 3.8
python-version: 3.10

- name: Install dependencies
shell: bash
Expand Down

0 comments on commit cded2e1

Please sign in to comment.