Skip to content

Commit

Permalink
build: bump travis python versions to latest
Browse files Browse the repository at this point in the history
Signed-off-by: George Pickering <[email protected]>
  • Loading branch information
bigpick committed Aug 23, 2024
1 parent 7be3551 commit 3b16237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ deploy:
matrix:
include:
- env: TOXENV=py38
python: 3.8.18
python: 3.8.19
- env: TOXENV=py39
python: 3.9.18
python: 3.9.19
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

0 comments on commit 3b16237

Please sign in to comment.