Skip to content

Commit f7f216d

Browse files
committed
maint: drop Python 3.5
1 parent 7a99841 commit f7f216d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

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

88
services:
99
- docker

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ provides =
33
nitransforms
44

55
[options]
6-
python_requires = >= 3.5
6+
python_requires = >= 3.6
77
install_requires =
88
numpy
99
scipy
@@ -40,7 +40,6 @@ ignore =
4040
W503
4141
exclude=*build/
4242
per-file-ignores =
43-
**/__init__.py : F401
4443
docs/conf.py : E265
4544

4645
[tool:pytest]

0 commit comments

Comments
 (0)