Skip to content

Commit

Permalink
watcher-py: just trim things down until we have a good build
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Jul 14, 2024
1 parent 4399c51 commit 74cb819
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/watcher-py-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# macos-13 is an intel runner, macos-14 is apple silicon
# But macos-13 doesn't seem to have the minimum dependency
# for meson-python we need.
os: [ ubuntu-latest, windows-latest, macos-14 ]
os: [ ubuntu-latest, macos-14 ]
name: Build wheels on ${{matrix.os}}
runs-on: ${{matrix.os}}
steps:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ keywords = ["watcher", "filesystem", "events", "async"]
packages = [{include = "watcher"}]

[tool.cibuildwheel]
skip = "cp35-*"
skip = "cp36-*"
free-threaded-support = true
manylinux-x86_64-image = "manylinux2014"
Expand Down

0 comments on commit 74cb819

Please sign in to comment.