Skip to content

Commit

Permalink
skip test on 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirroni committed Jun 30, 2024
1 parent 552db37 commit 9811c22
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 @@ -19,7 +19,7 @@ jobs:
- name: Install Ruff
run: |
python -m pip install --upgrade pip
pip install ruff --uprade
pip install ruff
- name: Run Ruff
run: ruff check .

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
platform: [octave]
os: [ubuntu-latest]

Expand Down

0 comments on commit 9811c22

Please sign in to comment.