Skip to content

Commit

Permalink
git ls-files -z -- '.github/workflows/*.yml' | xargs -0 sed -i 's/3\.…
Browse files Browse the repository at this point in the history
…11-dev/3\.11/g'

Committed via https://github.com/asottile/all-repos
  • Loading branch information
henryiii committed Oct 26, 2022
1 parent 1f06da8 commit 3c6faa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
python-version:
- '3.11-dev'
- '3.11'
- '3.10'
- '3.9'
- '3.8'
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
strategy:
matrix:
python-version:
- '3.11-dev'
- '3.11'
- '3.10'
- '3.9'
- '3.8'
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
strategy:
matrix:
python-version:
- '3.11-dev'
- '3.11'
- '3.10'
- '3.9'
- '3.8'
Expand Down

0 comments on commit 3c6faa6

Please sign in to comment.