Skip to content

Commit 2199b82

Browse files
Swap 3.7 Travis build stage with 3.9 for security purposes
Signed-off-by: Victoria Miltcheva <[email protected]>
1 parent f939493 commit 2199b82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ deploy:
1717
repo: IBM/detect-secrets
1818
matrix:
1919
include:
20-
- env: TOXENV=py37
21-
python: 3.7.13
22-
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'
2320
- env: TOXENV=py38
2421
python: 3.8
2522
dist: xenial # Required for Python >= 3.7 (travis-ci/travis-ci#9069)
23+
- env: TOXENV=py39
24+
python: 3.9
25+
dist: xenial # Required for Python >= 3.7 (travis-ci/travis-ci#9069)
2626
before_install:
2727
- echo -e "machine github.com\n login $GH_ACCESS_TOKEN" >> ~/.netrc # Login to GitHub
2828
- echo -e "machine github.ibm.com\n login $GHE_ACCESS_TOKEN" >> ~/.netrc # Login to GitHub Enterprise

0 commit comments

Comments
 (0)