Skip to content

Commit 33466ba

Browse files
authored
feat(release): Update SDK to use API version 2021-09-21 (#28)
* feat(release): Update SDK to use API version 2021-09-21 * fix(release): remove 3.9
1 parent 04f5112 commit 33466ba

File tree

6 files changed

+4986
-1457
lines changed

6 files changed

+4986
-1457
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ matrix:
1212
- python: 3.6
1313
- python: 3.7
1414
- python: 3.8
15-
- python: 3.9
15+
# - python: 3.9
1616

1717
before_install:
1818
- npm install npm@latest -g
@@ -27,7 +27,7 @@ script: tox
2727

2828
before_deploy:
2929
- pip install bump2version
30-
- nvm install 12
30+
- nvm install v14.17.0
3131
- npm install @semantic-release/changelog
3232
- npm install @semantic-release/exec
3333
- npm install @semantic-release/git

0 commit comments

Comments
 (0)