Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to 0.4.0 (which includes pin to python <3.12 in setup.py)~~Pin python<3.12~~ #16

Merged
merged 4 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 12 additions & 17 deletions .azure-pipelines/azure-pipelines-linux.yml

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

23 changes: 12 additions & 11 deletions .azure-pipelines/azure-pipelines-osx.yml

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

25 changes: 0 additions & 25 deletions .ci_support/linux_64_numpy1.20python3.8.____73_pypy.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ docker_image:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '10'
- '12'
numpy:
- '1.21'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ docker_image:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '10'
- '12'
numpy:
- '1.20'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ docker_image:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '10'
- '12'
numpy:
- '1.20'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ docker_image:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '10'
- '12'
numpy:
- '1.20'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ docker_image:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '10'
- '12'
numpy:
- '1.23'
pin_run_as_build:
Expand Down
37 changes: 0 additions & 37 deletions .ci_support/migrations/python311.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .ci_support/osx_64_numpy1.20python3.8.____73_pypy.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ channel_targets:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '11'
- '12'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.21'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ channel_targets:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '11'
- '12'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.20'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ channel_targets:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '11'
- '12'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.20'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ channel_targets:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '11'
- '12'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.20'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy1.23python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel_targets:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '11'
- '12'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
Expand Down
25 changes: 23 additions & 2 deletions .gitignore

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

16 changes: 9 additions & 7 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

Loading