Skip to content

Commit

Permalink
Do not test Python 3.7 and 3.8
Browse files Browse the repository at this point in the history
Restrict testing and support to Python 3.9 only going forward
  • Loading branch information
carlogrisetti committed Aug 23, 2022
1 parent 52b5860 commit cc6bd19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -6,8 +6,6 @@ services:
- docker

python:
- '3.7' # Minimum supported version
- '3.8'
- '3.9'

install:
Expand Down

0 comments on commit cc6bd19

Please sign in to comment.