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 f44c099 commit 5bfc764Copy full SHA for 5bfc764
.travis.yml
@@ -1,10 +1,10 @@
1
# vim ft=yaml
2
language: python
3
python:
4
- - 3.5
5
- 3.6
6
- 3.7
7
- 3.8
+ - 3.9
8
9
cache:
10
- apt
heudiconv/info.py
@@ -12,13 +12,14 @@
12
'Environment :: Console',
13
'Intended Audience :: Science/Research',
14
'License :: OSI Approved :: Apache Software License',
15
- 'Programming Language :: Python :: 3.5',
16
'Programming Language :: Python :: 3.6',
17
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
18
+ 'Programming Language :: Python :: 3.9',
19
'Topic :: Scientific/Engineering'
20
]
21
-PYTHON_REQUIRES = ">=3.5"
22
+PYTHON_REQUIRES = ">=3.6"
23
24
REQUIRES = [
25
'nibabel',
0 commit comments