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 ed02351 commit 03a4f84Copy full SHA for 03a4f84
.gitignore
@@ -105,3 +105,4 @@ dist/
105
.pytest_cache/
106
.ftpconfig
107
.ftpignore
108
+.vscode/
.travis.yml
@@ -7,6 +7,8 @@ python:
7
- 3.5
8
- 3.6
9
- 3.7
10
+ - 3.8
11
+ - 3.9
12
13
install:
14
- pip install -U pip setuptools setuptools_scm numpy
0 commit comments