Skip to content

Commit 91a2340

Browse files
committed
Drop Python 3.7
1 parent 9f3ea24 commit 91a2340

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
config:
18-
- { os: windows-latest, py: "3.9" }
19-
- { os: macOS-latest, py: "3.9" }
20-
- { os: ubuntu-latest, py: "3.7" }
18+
- { os: windows-latest, py: "3.10" }
19+
- { os: macOS-latest, py: "3.10" }
2120
- { os: ubuntu-latest, py: "3.8" }
2221
- { os: ubuntu-latest, py: "3.9" }
2322
- { os: ubuntu-latest, py: "3.10" }
23+
- { os: ubuntu-latest, py: "3.11" }
2424

2525
env:
2626
SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk

0 commit comments

Comments
 (0)