Skip to content

Commit 85af817

Browse files
authored
Merge pull request #18 from JacksonBurns/JacksonBurns-patch-1
remove 3.7 from ci - deprecated
2 parents 88a02ca + ab22037 commit 85af817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
35+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
3636
os: [ubuntu-latest, windows-latest, macos-latest]
3737

3838
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)