Skip to content

Commit

Permalink
Update Python versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed Oct 19, 2024
1 parent 4d22b07 commit e49b43b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,18 @@ jobs:

build:

runs-on: ubuntu-22.04
strategy:
matrix:
os:
- ubuntu-24.04
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"

name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}

steps:

Expand Down

0 comments on commit e49b43b

Please sign in to comment.