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 28ef1af commit 04fc7b0Copy full SHA for 04fc7b0
.travis.yml
@@ -6,6 +6,7 @@ language: python
6
python:
7
- 3.6
8
- 3.7
9
+- 3.8
10
11
env:
12
global:
nipype/info.py
@@ -56,6 +56,7 @@ def get_nipype_gitversion():
56
"Operating System :: POSIX :: Linux",
57
"Programming Language :: Python :: 3.6",
58
"Programming Language :: Python :: 3.7",
59
+ "Programming Language :: Python :: 3.8",
60
"Topic :: Scientific/Engineering",
61
]
62
PYTHON_REQUIRES = ">= 3.6"
0 commit comments