Skip to content

Commit

Permalink
Update CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Nov 4, 2024
1 parent f49e9c7 commit a564ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
python-version: [3.7]
python-version: [3.12]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Lint
Expand Down

0 comments on commit a564ec5

Please sign in to comment.