Skip to content

Commit

Permalink
Merge pull request #89 from melund/new-version
Browse files Browse the repository at this point in the history
New version
  • Loading branch information
melund authored Feb 6, 2024
2 parents 8895ad2 + b1ed2bd commit 2f5a546
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 265 deletions.
48 changes: 0 additions & 48 deletions .azure-pipelines/azure-pipelines-osx.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .ci_support/osx_64_python3.10.____cpython.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .ci_support/osx_64_python3.11.____cpython.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .ci_support/osx_64_python3.12.____cpython.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .ci_support/osx_64_python3.8.____cpython.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .ci_support/osx_64_python3.9.____cpython.yaml

This file was deleted.

97 changes: 0 additions & 97 deletions .scripts/run_osx_build.sh

This file was deleted.

35 changes: 0 additions & 35 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions azure-pipelines.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "1.11.2" %}
{% set sha256 = "520d00411522ea608f5746fb2a8177c6317983789ff2156484e1a9ceacc2ed3d" %}
{% set version = "1.11.3" %}
{% set sha256 = "9c41f488880a0e51420de9adeade6398dc752065287c21b05e32ea2042b60e6e" %}


package:
Expand All @@ -16,7 +16,7 @@ build:
# Added to allow the pytest entry points in setup.py to work
# This is also the reason for setuptools being a runtime dependency.
preserve_egg_dir: true
skip: true # [py2k or py<38]
skip: true # [py2k or py<38 or osx]
script: {{ PYTHON }} -m pip install . --no-deps -vv # [not win]

requirements:
Expand Down

0 comments on commit 2f5a546

Please sign in to comment.