Skip to content

Commit

Permalink
Remove tmp file and bump requirement to 3.7 again to test all wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
emild authored and emild committed Mar 9, 2024
1 parent 21904fa commit 7acd438
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_SKIP: "*-musllinux_* pp*" #disable musllinux and pypy builds for now to speed up execution
# We "Test" the python executable by running all our example files, this would be done a little better in the future
CIBW_TEST_COMMAND: python -u {project}/PhotoshopExamples/tmp.py &&
CIBW_TEST_COMMAND: >
python -u {project}/PhotoshopExamples/AddLayerMasks/add_layer_masks.py &&
python -u {project}/PhotoshopExamples/CreateGroups/create_groups.py &&
python -u {project}/PhotoshopExamples/CreateSimpleDocument/create_simple_document.py &&
Expand Down
18 changes: 0 additions & 18 deletions PhotoshopExamples/tmp.py

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ def build_extension(self, ext: CMakeExtension) -> None:
install_requires= [
"numpy>=1.26"
],
python_requires=">=3.11",
python_requires=">=3.7",
)

0 comments on commit 7acd438

Please sign in to comment.