Skip to content

Commit

Permalink
Use Python 3.9 for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mlasevich committed Oct 7, 2023
1 parent 2fc0aad commit a5b3b8d
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
language: python

python:
# - "2.6"
# - "2.7"
# - "3.3"
# - "3.4"
# - "3.5"
# - "3.5-dev" # 3.5 development branch
- "3.7"
# - "3.6-dev" # 3.6 development branch
# - "3.7-dev" # 3.7 development branch
# - "3.7"
- "3.9"

cache: pip

Expand Down

0 comments on commit a5b3b8d

Please sign in to comment.