File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ jobs:
353
353
working_directory : /tmp/src/niworkflows
354
354
steps :
355
355
- checkout
356
- - run : pyenv local 3.5.2
356
+ - run : pyenv local 3.7.0
357
357
- run :
358
358
name : Install build depends
359
359
command : python3 -m pip install "setuptools>=30.4.0" "pip>=10.0.1" "twine<2.0" docutils
@@ -378,7 +378,7 @@ jobs:
378
378
working_directory : /tmp/src/niworkflows
379
379
steps :
380
380
- checkout
381
- - run : pyenv local 3.5.2
381
+ - run : pyenv local 3.7.0
382
382
- run :
383
383
name : Install build depends
384
384
command : python3 -m pip install "setuptools>=30.4.0" "pip>=10.0.1" "twine<2.0" docutils
Original file line number Diff line number Diff line change 8
8
- $HOME/.cache/pip
9
9
10
10
python :
11
- - 3.5
12
11
- 3.6
13
12
- 3.7
13
+ - 3.8
14
14
15
15
env :
16
16
global :
@@ -30,12 +30,12 @@ matrix:
30
30
- python : 3.7
31
31
env : CHECK_TYPE="style"
32
32
allow_failures :
33
- - python : 3.5
34
- env : INSTALL_DEPENDS="pip==10.0.1 setuptools==30.4.0"
35
33
- python : 3.6
36
34
env : INSTALL_DEPENDS="pip==10.0.1 setuptools==30.4.0"
37
35
- python : 3.7
38
36
env : INSTALL_DEPENDS="pip==10.0.1 setuptools==30.4.0"
37
+ - python : 3.8
38
+ env : INSTALL_DEPENDS="pip==10.0.1 setuptools==30.4.0"
39
39
40
40
before_install :
41
41
- python -m pip install --upgrade pip virtualenv
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ classifiers =
13
13
Intended Audience :: Science/Research
14
14
Topic :: Scientific/Engineering :: Image Recognition
15
15
License :: OSI Approved :: BSD License
16
- Programming Language :: Python :: 3.5
17
16
Programming Language :: Python :: 3.6
18
17
Programming Language :: Python :: 3.7
18
+ Programming Language :: Python :: 3.8
19
19
20
20
[options]
21
- python_requires = >= 3.5
21
+ python_requires = >= 3.6
22
22
install_requires =
23
23
attrs
24
24
jinja2
You can’t perform that action at this time.
0 commit comments