Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit f64df27

Browse files
committed
Add python 3.10, remove 3.6 from travis config
1 parent 8051246 commit f64df27

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
@@ -1,9 +1,9 @@
11
language: python
22
python:
3-
- "3.6"
43
- "3.7"
54
- "3.8"
65
- "3.9"
6+
- "3.10"
77
before_install:
88
- pip install poetry more-itertools
99
install:

0 commit comments

Comments
 (0)