Skip to content

Commit

Permalink
travis: 3.9 ain't available yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Oct 23, 2020
1 parent b0187b0 commit 7a71def
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ matrix:
dist: xenial
# sudo: required
python: '3.8'
- os: linux
dist: focal
# sudo: required
python: '3.9'
- os: linux
dist: focal
# sudo: required
python: '3.10'
# - os: linux
# dist: focal
# # sudo: required
# python: '3.9'
# - os: linux
# dist: focal
# # sudo: required
# python: '3.10'
- os: linux
# sudo: false
python: pypy
Expand All @@ -41,11 +41,11 @@ matrix:
# sudo: required
env: EXTRAS=configargparse
python: '3.8'
- os: linux
dist: bionic
# sudo: required
env: EXTRAS=configargparse
python: '3.9'
# - os: linux
# dist: bionic
# # sudo: required
# env: EXTRAS=configargparse
# python: '3.9'
language: python
install:
- pip install .
Expand Down

0 comments on commit 7a71def

Please sign in to comment.