Skip to content

Commit

Permalink
Update CI Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mpougin committed Aug 25, 2023
1 parent 751fa53 commit a39adcb
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 @@ -58,7 +58,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
python-version: [3.8]
python-version: [3.10]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -80,7 +80,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
python-version: [3.8]
python-version: [3.10]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit a39adcb

Please sign in to comment.