Skip to content

Commit c2e2fef

Browse files
committed
CI: Stop testing 3.7
1 parent 41eebc1 commit c2e2fef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/stable.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
strategy:
9292
matrix:
9393
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
94-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
94+
python-version: [3.8, 3.9, "3.10", "3.11"]
9595
architecture: ['x64', 'x86']
9696
install: ['pip']
9797
check: ['test']
@@ -101,31 +101,31 @@ jobs:
101101
include:
102102
# Basic dependencies only
103103
- os: ubuntu-latest
104-
python-version: 3.7
104+
python-version: 3.8
105105
install: pip
106106
check: test
107107
pip-flags: ''
108108
depends: REQUIREMENTS
109109
optional-depends: ''
110110
# Absolute minimum dependencies
111111
- os: ubuntu-latest
112-
python-version: 3.7
112+
python-version: 3.8
113113
install: pip
114114
check: test
115115
pip-flags: ''
116116
depends: MIN_REQUIREMENTS
117117
optional-depends: ''
118118
# Absolute minimum dependencies plus old MPL, Pydicom, Pillow
119119
- os: ubuntu-latest
120-
python-version: 3.7
120+
python-version: 3.8
121121
install: pip
122122
check: test
123123
pip-flags: ''
124124
depends: MIN_REQUIREMENTS
125125
optional-depends: MIN_OPT_DEPENDS
126126
# Clean install imports only with package-declared dependencies
127127
- os: ubuntu-latest
128-
python-version: 3.7
128+
python-version: 3.8
129129
install: pip
130130
check: skiptests
131131
pip-flags: ''

0 commit comments

Comments
 (0)