Skip to content

Commit 5bfc764

Browse files
committed
Drop 3.5 (support ended) and add 3.9
1 parent f44c099 commit 5bfc764

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# vim ft=yaml
22
language: python
33
python:
4-
- 3.5
54
- 3.6
65
- 3.7
76
- 3.8
7+
- 3.9
88

99
cache:
1010
- apt

heudiconv/info.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212
'Environment :: Console',
1313
'Intended Audience :: Science/Research',
1414
'License :: OSI Approved :: Apache Software License',
15-
'Programming Language :: Python :: 3.5',
1615
'Programming Language :: Python :: 3.6',
1716
'Programming Language :: Python :: 3.7',
17+
'Programming Language :: Python :: 3.8',
18+
'Programming Language :: Python :: 3.9',
1819
'Topic :: Scientific/Engineering'
1920
]
2021

21-
PYTHON_REQUIRES = ">=3.5"
22+
PYTHON_REQUIRES = ">=3.6"
2223

2324
REQUIRES = [
2425
'nibabel',

0 commit comments

Comments
 (0)