Skip to content

Commit 04fc7b0

Browse files
committed
CI: Test Python 3.8
1 parent 28ef1af commit 04fc7b0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ language: python
66
python:
77
- 3.6
88
- 3.7
9+
- 3.8
910

1011
env:
1112
global:

nipype/info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def get_nipype_gitversion():
5656
"Operating System :: POSIX :: Linux",
5757
"Programming Language :: Python :: 3.6",
5858
"Programming Language :: Python :: 3.7",
59+
"Programming Language :: Python :: 3.8",
5960
"Topic :: Scientific/Engineering",
6061
]
6162
PYTHON_REQUIRES = ">= 3.6"

0 commit comments

Comments
 (0)