Skip to content

Commit

Permalink
Wrong yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Matlock committed Mar 14, 2024
1 parent f96151d commit 828ab7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# The type of runner that the job will run on
strategy:
matrix:
python-minor-version: ["9", "10", "11", "12"]
python-minor-version: ["10", "11", "12"]
fail-fast: true
runs-on: macos-14
# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-minor-version: ["10", "11", "12"]
python-minor-version: ["9", "10", "11", "12"]
runs-on: ${{ matrix.os }}
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 828ab7e

Please # to comment.