Skip to content

Commit 4580897

Browse files
committed
narrowed down to just one Python version to save travis credits
1 parent f23bcff commit 4580897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: python
22
python:
3-
- "3.7"
4-
- "3.8"
53
- "3.9"
4+
# - "3.7"
5+
# - "3.8"
66
# - "3.10"
77
# - "3.11"
88
install:

0 commit comments

Comments
 (0)