Skip to content

Commit

Permalink
try building all architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed Jan 20, 2024
1 parent 7fc8198 commit 09e4072
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-ci-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
CIBW_TEST_SKIP: cp*-macosx_arm64
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
CIBW_BEFORE_ALL_MACOS: brew update && brew install swig
CIBW_BEFORE_ALL_WINDOWS: choco install swig -f -y
CIBW_BEFORE_BUILD: swig -version && bash -c 'cd tools; ./get_git_commit.sh' && swig -c++ -python -py3 ./bindings/python/verovio.i
Expand Down
4 changes: 4 additions & 0 deletions fonts/generate_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ echo "Generating Gootville files ..."
$PYTHON generate.py extract Gootville
$PYTHON generate.py css Gootville

echo "Generating Mozart files ..."
$PYTHON generate.py extract Mozart
$PYTHON generate.py css Mozart

echo "Generating Petaluma files ..."
$PYTHON generate.py extract Petaluma
$PYTHON generate.py css Petaluma
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def get_version() -> str:
'verovio.data.Petaluma': os.listdir('./data/Petaluma'),
'verovio.data.text': os.listdir('./data/text'),
},
python_requires='>=3.7',
python_requires='>=3.8',
project_urls={
'Bug Reports': 'https://github.com/rism-digital/verovio/issues',
'Source': 'https://github.com/rism-digital/verovio',
Expand Down

0 comments on commit 09e4072

Please sign in to comment.