Future-proof .travis.yml for Python 3.10 (GH-14831)
This commit is contained in:
parent
8d64bfafdf
commit
bba9207248
|
@ -23,7 +23,7 @@ env:
|
|||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^\d\.\d$/
|
||||
- /^\d\.\d+$/
|
||||
- buildbot-custom
|
||||
|
||||
matrix:
|
||||
|
|
Loading…
Reference in New Issue