Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arm61 authored Jul 9, 2024
1 parent ce82aab commit 672c653
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.8',
'3.9',
python-version: ['3.9',
'3.10',
'3.11']
'3.11',
'3.12']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 672c653

Please sign in to comment.