Skip to content

Commit

Permalink
Add python 3.10, remove 3.6 from travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
bgreen-litl committed Apr 26, 2022
1 parent 8051246 commit f64df27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: python
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
before_install:
- pip install poetry more-itertools
install:
Expand Down

0 comments on commit f64df27

Please sign in to comment.