Skip to content

Commit

Permalink
build: first support Python 3.6 and later Py37
Browse files Browse the repository at this point in the history
Parsing the config file fails because __async__ is a reserved word in Python >= 3.7 so let's sidestep that issue for now.
  • Loading branch information
cclauss authored Aug 22, 2019
1 parent 775048d commit 94e47b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ jobs:
language: node_js
node_js: "node"
install:
- pyenv global 3.7.1
- pyenv global 3.6.7
# - pyenv global 3.7.1
- python3.7 -m pip install --upgrade pip
- make lint-py-build
script:
Expand Down

1 comment on commit 94e47b8

@Trott
Copy link
Member

@Trott Trott commented on 94e47b8 Aug 22, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This landed in node main repo without a pull request and without the needed metadata. I force-pushed it out.

Please sign in to comment.