Skip to content

Commit

Permalink
PyPI Version 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lpossner committed Oct 3, 2023
1 parent 0750707 commit c59bcb3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
include:
- python-version: "3.9"
cibw-string: "cp39-*"
- python-version: "3.10"
cibw-string: "cp310-*"
- python-version: "3.11"
Expand Down Expand Up @@ -53,8 +55,10 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
include:
- python-version: "3.9"
cibw-string: "cp39-*"
- python-version: "3.10"
cibw-string: "cp310-*"
- python-version: "3.11"
Expand Down Expand Up @@ -94,8 +98,10 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
include:
- python-version: "3.9"
cibw-string: "cp39-*"
- python-version: "3.10"
cibw-string: "cp310-*"
- python-version: "3.11"
Expand Down Expand Up @@ -124,7 +130,7 @@ jobs:
ls wheelhouse/
env:
CIBW_BEFORE_BUILD: "pip install numpy"
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_ARCHS_MACOS: x86_64
CIBW_BUILD: ${{ matrix.cibw-string }}
CIBW_REPAIR_WHEEL_COMMAND: "delocate-listdeps {wheel} && delocate-wheel -w {dest_dir} {wheel}"
CC: gcc-13
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@


setup(name='pygpc',
version='0.3.7',
version='0.3.8',
description='A sensitivity and uncertainty analysis toolbox for Python',
author='Konstantin Weise',
author_email='[email protected]',
Expand Down

0 comments on commit c59bcb3

Please sign in to comment.