Skip to content

Commit b403a1e

Browse files
committed
chore: update Travis CI yml to test with Python 3.9-3.11
1 parent 9e74727 commit b403a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ language: python
33
dist: focal
44

55
python:
6-
- "3.8"
76
- "3.9"
7+
- "3.10"
88
- "3.11"
99

1010
# command to install dependencies

0 commit comments

Comments
 (0)