Skip to content

Commit aadc37a

Browse files
committed
MNT: Drop Python 3.4 in package metadata
1 parent 0adb46d commit aadc37a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nipype/info.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,12 @@ def get_nipype_gitversion():
5555
'Operating System :: MacOS :: MacOS X',
5656
'Operating System :: POSIX :: Linux',
5757
'Programming Language :: Python :: 2.7',
58-
'Programming Language :: Python :: 3.4',
5958
'Programming Language :: Python :: 3.5',
6059
'Programming Language :: Python :: 3.6',
6160
'Programming Language :: Python :: 3.7',
6261
'Topic :: Scientific/Engineering'
6362
]
64-
PYTHON_REQUIRES = ">= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.*"
63+
PYTHON_REQUIRES = ">= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.*, != 3.4.*"
6564

6665
description = 'Neuroimaging in Python: Pipelines and Interfaces'
6766

@@ -145,7 +144,6 @@ def get_nipype_gitversion():
145144
'funcsigs',
146145
'future>=%s' % FUTURE_MIN_VERSION,
147146
'futures; python_version == "2.7"',
148-
'lxml<4.4.0; python_version == "3.4"',
149147
'networkx>=%s ; python_version >= "3.0"' % NETWORKX_MIN_VERSION,
150148
'networkx>=%s,<=%s ; python_version < "3.0"' % (NETWORKX_MIN_VERSION, NETWORKX_MAX_VERSION_27),
151149
'nibabel>=%s' % NIBABEL_MIN_VERSION,

0 commit comments

Comments
 (0)