Skip to content

Commit a27a9be

Browse files
Updated python version in travis.yml
Signed-off-by: Sirija Reddy <[email protected]>
1 parent b48dbf8 commit a27a9be

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
@@ -46,7 +46,7 @@ deploy:
4646
script: npx semantic-release
4747
skip_cleanup: true
4848
on:
49-
python: '3.9'
49+
python: '3.10'
5050
branch: master
5151
- provider: pypi
5252
setuptools_version: "60.8.2"
@@ -55,5 +55,5 @@ deploy:
5555
repository: https://upload.pypi.org/legacy
5656
skip_cleanup: true
5757
on:
58-
python: '3.9'
58+
python: '3.10'
5959
tags: true

0 commit comments

Comments
 (0)