Skip to content

Commit

Permalink
chore: update Travis CI yml to test with Python 3.9-3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
chilango74 committed Dec 11, 2023
1 parent 9e74727 commit b403a1e
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
Expand Up @@ -3,8 +3,8 @@ language: python
dist: focal

python:
- "3.8"
- "3.9"
- "3.10"
- "3.11"

# command to install dependencies
Expand Down

0 comments on commit b403a1e

Please sign in to comment.