Skip to content

Commit bd66c6c

Browse files
authored
chore: remove py37 from testing
Ubuntu no longer supports it, so the tests fail when py37 can't be installed.
1 parent 7fdba6e commit bd66c6c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,10 @@ jobs:
2424
- "3.10"
2525
- "3.9"
2626
- "3.8"
27-
- "3.7"
2827
exclude:
29-
# It's unlikely people will be using 3.7 or 3.8 at this point on Win or Mac
30-
- os: Windows
31-
py: "3.7"
28+
# It's unlikely people will be using 3.8 at this point on Win or Mac
3229
- os: Windows
3330
py: "3.8"
34-
- os: MacOS
35-
py: "3.7"
3631
- os: MacOS
3732
py: "3.8"
3833

0 commit comments

Comments
 (0)