Skip to content

Commit

Permalink
Replace Python 3.7 in github actions with 3.10 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
stscirij authored Apr 15, 2022
1 parent 66d37b6 commit f509243
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
fail-fast: false
matrix:
include:
- name: Python 3.10
runs-on: ubuntu-latest
python-version: 3.10
toxenv: py310

- name: Python 3.9
runs-on: ubuntu-latest
python-version: 3.9
Expand All @@ -33,11 +38,6 @@ jobs:
python-version: 3.8
toxenv: py38

- name: Python 3.7
runs-on: ubuntu-latest
python-version: 3.7
toxenv: py37

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit f509243

Please sign in to comment.