Skip to content

Commit

Permalink
Remove Python 3.7 from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
fkapsahili committed May 24, 2024
1 parent 13d3058 commit 886d418
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,12 +7,12 @@ on:
branches: [ main ]

jobs:
run:
name: "tests & coverage"
build:
name: "Build"
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: [3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 886d418

Please sign in to comment.