Skip to content

Commit

Permalink
[pipy] skip py3.7 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fradav committed May 2, 2024
1 parent 1ab2281 commit 7ca6b32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:

- name: Build sdist
run: |
pip install cmake ninja cmaketools wheel
pip install setuptools cmake ninja cmaketools wheel
python setup.py sdist
- uses: actions/upload-artifact@v2
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion presetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gpgkey=https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.
EOF
if [ -x "$(command -v yum-config-manager)" ]; then
mv /tmp/oneAPI.repo /etc/yum.repos.d
yum install -y intel-oneapi-mkl-devel-2022.2.1 zip
yum install -y intel-oneapi-mkl-devel-2024.1 zip
fi
# cd /tmp
# apt-get update
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=40.8.0", "wheel","cmaketools","cmake >= 3.18", "ninja",

[tool.cibuildwheel]
manylinux-x86_64-image = "manylinux2014"
skip = "cp27-* cp35-* cp36-* pp* *-musllinux* *-manylinux_i686 *-win32"
skip = "cp27-* cp35-* cp36-* cp37-* pp* *-musllinux* *-manylinux_i686 *-win32"
test-command = "pytest {project}/test/test-pyabcranger.py -v"
test-requires = ["pytest", "h5py"]
build-verbosity = 3
Expand Down

0 comments on commit 7ca6b32

Please sign in to comment.