diff --git a/.travis.yml b/.travis.yml index fdc1d2cf9..b6011bdfa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,12 +17,12 @@ deploy: repo: IBM/detect-secrets matrix: include: - - env: TOXENV=py37 - python: 3.7.13 - dist: xenial # Required for Python >= 3.7 (travis-ci/travis-ci#9069), the GitHub Travis build will use Python 3.7.1 by default if you provide 3.7 without a patch version and the build will fail with AttributeError: 'str' object has no attribute 'name' - 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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2007fdc4f..b33885662 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -190,9 +190,6 @@ 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` - `tox` installed via pip or your os package manager