From cac70153f104105d2a8ac402745af9e9fa4f3b2d Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Wed, 3 Apr 2024 14:19:14 +0100 Subject: [PATCH 1/3] bumpy python/numpy --- recipe/conda_build_config.yaml | 36 ++++++++++++---------------------- 1 file changed, 13 insertions(+), 23 deletions(-) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index e043a2c..3124e35 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -1,34 +1,24 @@ #creates pairs of versions using zip_keys, lists must be the same length python: - - 3.8 - - 3.9 - - 3.10 - - 3.8 - - 3.9 - - 3.10 - - 3.8 - - 3.9 - - 3.10 + - 3.10 + - 3.10 + - 3.10 + - 3.10 - 3.11 - - 3.8 - - 3.9 - - 3.10 - 3.11 + - 3.11 + - 3.11 + - 3.12 numpy: - - 1.21 - - 1.21 - - 1.21 - - 1.22 - - 1.22 - - 1.22 - - 1.23 - - 1.23 - 1.23 - - 1.23 - - 1.24 - - 1.24 - 1.24 + - 1.25 + - 1.26 + - 1.23 - 1.24 + - 1.25 + - 1.26 + - 1.26 zip_keys: - python - numpy From bae5c65eade20d069b04a836ea44df8661ec55f5 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Wed, 3 Apr 2024 14:22:16 +0100 Subject: [PATCH 2/3] CI: bump python, numpy --- .github/workflows/build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dcb7bfa..6056a33 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,8 +13,8 @@ jobs: runs-on: [self-hosted, python, cuda] strategy: matrix: - python-version: [3.9] - numpy-version: [1.22] + python-version: [3.11] + numpy-version: [1.25] steps: - uses: actions/checkout@v4 with: {fetch-depth: 0, submodules: recursive} @@ -52,10 +52,10 @@ jobs: strategy: matrix: include: - - python-version: 3.8 - numpy-version: 1.21 - python-version: '3.10' - numpy-version: 1.24 + numpy-version: 1.23 + - python-version: 3.12 + numpy-version: 1.26 steps: - uses: actions/checkout@v4 with: {fetch-depth: 0, submodules: recursive} @@ -74,8 +74,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.9] - numpy-version: [1.22] + python-version: [3.11] + numpy-version: [1.25] steps: - uses: actions/checkout@v4 with: {fetch-depth: 0, submodules: recursive} From 16244b7a46fe6b672a6d445e1946b6c373bd33f2 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Thu, 4 Apr 2024 13:41:29 +0100 Subject: [PATCH 3/3] comment on version choices --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6056a33..9df5443 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,9 +52,9 @@ jobs: strategy: matrix: include: - - python-version: '3.10' + - python-version: '3.10' # min supported numpy-version: 1.23 - - python-version: 3.12 + - python-version: 3.12 # max supported numpy-version: 1.26 steps: - uses: actions/checkout@v4 @@ -74,7 +74,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.11] + python-version: [3.11] # penultimate supported numpy-version: [1.25] steps: - uses: actions/checkout@v4