Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
andreatramacere committed Apr 17, 2024
1 parent 9126592 commit 1f9152c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-conda-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
os: [macOS-12,ubuntu-latest]
python-version: [ '3.9','3.10','3.10']
python-version: [ '3.9','3.10','3.11']

steps:
- name: 'Clone Repository (Latest)'
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/test-pip-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,7 @@ jobs:
platform_id: manylinux_x86_64
cibw_manylinux: manylinux2014
cibw_arch: x86_64
- os: macOS-14
name: MAC_ARM
cpython-version: 39
python-version: "3.9"
platform_id: macosx_arm64
cibw_manylinux: macosx_arm64


- os: macOS-12
name: macOS-x86_64
cpython-version: 310
Expand Down

0 comments on commit 1f9152c

Please sign in to comment.