Skip to content

Commit

Permalink
Merge pull request kubernetes-client#1993 from yliaog/master
Browse files Browse the repository at this point in the history
Removed 3.6 python version
  • Loading branch information
yliaog authored Jan 24, 2023
2 parents d67bc8c + 21124e8 commit 13988e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.10"]
python-version: ["3.7", "3.8", "3.10"]
include:
- python-version: "3.9"
use_coverage: 'coverage'
Expand Down

0 comments on commit 13988e4

Please sign in to comment.