diff options
author | Anthony Sottile <asottile@umich.edu> | 2019-09-09 10:49:33 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2019-09-09 10:49:33 (GMT) |
commit | bba9207248e2a777086d8525739693e3e9595f15 (patch) | |
tree | da86a1f74491886b1c3fce2832cbf1b349eb60e8 /.travis.yml | |
parent | 8d64bfafdffd9f866bb6ac2e5b4c4bdfcb16aea0 (diff) | |
download | cpython-bba9207248e2a777086d8525739693e3e9595f15.zip cpython-bba9207248e2a777086d8525739693e3e9595f15.tar.gz cpython-bba9207248e2a777086d8525739693e3e9595f15.tar.bz2 |
Future-proof .travis.yml for Python 3.10 (GH-14831)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index cff401f..ffc4d82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ env: branches: only: - master - - /^\d\.\d$/ + - /^\d\.\d+$/ - buildbot-custom matrix: |