Skip to content

Commit 10e7e2c

Browse files
committed
build: bump travis python versions to latest
1 parent 42d581c commit 10e7e2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ deploy:
1919
matrix:
2020
include:
2121
- env: TOXENV=py38
22-
python: 3.8.18
22+
python: 3.8.19
2323
- env: TOXENV=py39
24-
python: 3.9.18
24+
python: 3.9.19
2525
before_install:
2626
- echo -e "machine github.com\n login $GH_ACCESS_TOKEN" >> ~/.netrc # Login to GitHub
2727
- echo -e "machine github.ibm.com\n login $GHE_ACCESS_TOKEN" >> ~/.netrc # Login to GitHub Enterprise

0 commit comments

Comments
 (0)