Skip to content

Commit

Permalink
[BugFix] Update to Python 3.11 for travis build (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
gchhablani authored Jun 14, 2024
1 parent 008d408 commit e1d60bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python
sudo: false
python:
- '3.8'
- '3.11'
install:
- pip install -r requirements.txt
- pip install coverage==4.5.4
Expand Down

0 comments on commit e1d60bc

Please sign in to comment.