Skip to content

Commit

Permalink
Revert "Support Python 3.9 in Travis build"
Browse files Browse the repository at this point in the history
This reverts commit 79ce2ec.

Signed-off-by: Victoria Miltcheva <[email protected]>
  • Loading branch information
victoria-miltcheva committed Dec 29, 2022
1 parent 79ce2ec commit bd2c5db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ matrix:
- env: TOXENV=py38
python: 3.8
dist: xenial # Required for Python >= 3.7 (travis-ci/travis-ci#9069)
- env: TOXENV=py39
python: 3.9
dist: xenial # Required for Python >= 3.7 (travis-ci/travis-ci#9069)
before_install:
- echo -e "machine github.com\n login $GH_ACCESS_TOKEN" >> ~/.netrc # Login to GitHub
- echo -e "machine github.ibm.com\n login $GHE_ACCESS_TOKEN" >> ~/.netrc # Login to GitHub Enterprise
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ Then start the debugger from your root-level main file.
This project is written in Python. Here are the dependencies needed to run the tests:
- `python` The version can be installed using an utility like pyenv ( instructions bellow ) or your os package manager
- `3.5`
- `3.6`
- `3.7`
- `3.8`
- `3.9`
Expand Down

0 comments on commit bd2c5db

Please sign in to comment.