Skip to content

Commit 886d418

Browse files
committed
Remove Python 3.7 from matrix
1 parent 13d3058 commit 886d418

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77
branches: [ main ]
88

99
jobs:
10-
run:
11-
name: "tests & coverage"
10+
build:
11+
name: "Build"
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
15+
python-version: [3.8", "3.9", "3.10", "3.11", "3.12"]
1616

1717
steps:
1818
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)