Skip to content

Commit

Permalink
update github actions files
Browse files Browse the repository at this point in the history
  • Loading branch information
taishi-i committed Jun 14, 2024
1 parent 6d74a0c commit a336bdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 30 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check_wheels_from_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', "3.11"]
python-version: ['3.9', '3.10', "3.11", "3.12"]
os: [ubuntu-latest, macos-latest]
exclude:
- os: macos-latest
python-version: "3.11"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/python-package-macos-and-windows.yml

This file was deleted.

0 comments on commit a336bdd

Please sign in to comment.