File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
runs-on : ubuntu-latest
112
112
strategy :
113
113
matrix :
114
- python-version : [3.7, 3. 8, 3.9, "3.10"]
114
+ python-version : [3.8, 3.9, "3.10"]
115
115
install : [repo]
116
116
include :
117
117
- python-version : " 3.10"
@@ -193,7 +193,7 @@ jobs:
193
193
runs-on : ubuntu-latest
194
194
strategy :
195
195
matrix :
196
- python-version : [3.7, 3. 8, 3.9, "3.10"]
196
+ python-version : [3.8, 3.9, "3.10"]
197
197
install : [repo]
198
198
pip-flags : ['--pre']
199
199
@@ -253,9 +253,9 @@ jobs:
253
253
runs-on : ubuntu-latest
254
254
steps :
255
255
- uses : actions/checkout@v3
256
- - name : Set up Python 3.7
256
+ - name : Set up Python 3.8
257
257
uses : actions/setup-python@v4
258
258
with :
259
- python-version : 3.7
259
+ python-version : 3.8
260
260
- run : pip install flake8
261
261
- run : flake8 niworkflows/
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ classifiers =
6
6
Intended Audience :: Science/Research
7
7
Topic :: Scientific/Engineering :: Image Recognition
8
8
License :: OSI Approved :: Apache Software License
9
- Programming Language :: Python :: 3.7
10
9
Programming Language :: Python :: 3.8
11
10
Programming Language :: Python :: 3.9
12
11
Programming Language :: Python :: 3.10
@@ -24,7 +23,7 @@ project_urls =
24
23
url = https://www.nipreps.org
25
24
26
25
[options]
27
- python_requires = >= 3.7
26
+ python_requires = >= 3.8
28
27
install_requires =
29
28
attrs
30
29
jinja2
You can’t perform that action at this time.
0 commit comments