Skip to content

Commit 4118d90

Browse files
committed
MAINT: missed python descs [skip ci]
1 parent d4f9cca commit 4118d90

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cache:
66
- $HOME/.cache/pip
77

88
python:
9-
- 3.6
9+
- 3.7
1010

1111
before_install:
1212
- python -m pip install --upgrade pip

setup.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ classifiers =
1313
Intended Audience :: Science/Research
1414
Topic :: Scientific/Engineering :: Image Recognition
1515
License :: OSI Approved :: BSD License
16-
Programming Language :: Python :: 3.5
17-
Programming Language :: Python :: 3.6
1816
Programming Language :: Python :: 3.7
17+
Programming Language :: Python :: 3.8
1918

2019
[options]
21-
python_requires = >=3.5
20+
python_requires = >=3.7
2221
install_requires =
2322
indexed_gzip >= 0.8.8
2423
nibabel >= 3.0.1

0 commit comments

Comments
 (0)