Skip to content

Commit 1c090d8

Browse files
committed
Added extra Python versions for TravisCI
1 parent 79745c8 commit 1c090d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: python
22
dist: bionic
33
python:
44
- "3.9"
5+
- "3.10"
6+
- "3.11"
7+
- "3.12"
58
install:
69
- pip install -r requirements_ci.txt
710
script:

0 commit comments

Comments
 (0)