We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79745c8 commit 1c090d8Copy full SHA for 1c090d8
.travis.yml
@@ -2,6 +2,9 @@ language: python
2
dist: bionic
3
python:
4
- "3.9"
5
+ - "3.10"
6
+ - "3.11"
7
+ - "3.12"
8
install:
9
- pip install -r requirements_ci.txt
10
script:
0 commit comments