Skip to content

Commit e30e3d2

Browse files
committed
Remove Python 3.7 from CI
1 parent 00f26fe commit e30e3d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest]
18-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
18+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1919
include:
2020
- os: windows-latest
2121
python-version: '3.13'

0 commit comments

Comments
 (0)