Skip to content

Commit f1f4f2e

Browse files
committed
Stop testing on 3.7 :(
1 parent bf09cfd commit f1f4f2e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
22+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2323
os: [macos-latest, ubuntu-latest, windows-latest]
24-
exclude:
25-
- os: macos-latest
26-
python-version: "3.7"
2724

2825
steps:
2926
- name: Checkout

0 commit comments

Comments
 (0)