Merge pull request #2003 from yliaog/master

added 3.11 to the tests
This commit is contained in:
Kubernetes Prow Robot 2023-01-31 11:26:50 -08:00 committed by GitHub
commit 8e102fa428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.10"]
python-version: ["3.7", "3.8", "3.10", "3.11"]
include:
- python-version: "3.9"
use_coverage: 'coverage'