We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f9cca commit 4118d90Copy full SHA for 4118d90
.travis.yml
@@ -6,7 +6,7 @@ cache:
6
- $HOME/.cache/pip
7
8
python:
9
- - 3.6
+ - 3.7
10
11
before_install:
12
- python -m pip install --upgrade pip
setup.cfg
@@ -13,12 +13,11 @@ classifiers =
13
Intended Audience :: Science/Research
14
Topic :: Scientific/Engineering :: Image Recognition
15
License :: OSI Approved :: BSD License
16
- Programming Language :: Python :: 3.5
17
- Programming Language :: Python :: 3.6
18
Programming Language :: Python :: 3.7
+ Programming Language :: Python :: 3.8
19
20
[options]
21
-python_requires = >=3.5
+python_requires = >=3.7
22
install_requires =
23
indexed_gzip >= 0.8.8
24
nibabel >= 3.0.1
0 commit comments