Skip to content

Commit

Permalink
Remove Python 3.6 from build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinconway authored Feb 23, 2023
1 parent 8848a9f commit 26b38b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pyver: ["3.6.15", "3.7.15", "3.8.16", "3.9.16", "3.10.10"]
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
fail-fast: true
steps:
- name: Install deps
Expand Down

0 comments on commit 26b38b6

Please sign in to comment.