Skip to content

Commit

Permalink
Merge branch 'dev/renaming' of github.com:Harvard-Neutrino/LeptonInje…
Browse files Browse the repository at this point in the history
…ctor into dev/renaming
  • Loading branch information
nickkamp1 committed Jan 11, 2024
2 parents fe1ebfb + e25c870 commit fd61bd8
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_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: '3.9' # update once build dependencies are available

- name: Build wheels
uses: pypa/cibuildwheel@v2.12.1
uses: pypa/cibuildwheel@v2.16.2

- name: Setup tmate session
if: ${{ failure() }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repair-wheel-command = "DYLD_LIBRARY_PATH=$REPAIR_LIBRARY_PATH:$DYLD_LIBRARY_PAT
[project]
name = "leptoninjector"
version = "0.0.1"
requires-python = ">=3.7"
requires-python = ">=3.8"

[wheel]
no-clean = true
Expand Down

0 comments on commit fd61bd8

Please sign in to comment.