Skip to content

Commit

Permalink
Finalize drizzlepac v3.7.1 for HSTDP-2024.2.0 build (#1865)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Goldman <[email protected]>
Co-authored-by: Zach Burnett <[email protected]>
  • Loading branch information
3 people authored Aug 13, 2024
1 parent 7dbad52 commit f64f590
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ jobs:
with:
upload_to_pypi: ${{ (github.event_name == 'release') && (github.event.action == 'released') }}
targets: |
# Linux wheels
- cp3*-manylinux_x86_64
# MacOS wheels
- cp3*-macosx_x86_64
# Linux wheels (except python 313)
- cp31[!3]-manylinux_x86_64
# MacOS wheels (except python 313)
- cp31[!3]-macosx_x86_64
# Until we have arm64 runners, we can't automatically test arm64 wheels
# - cp3*-macosx_arm64
# (except python 313)
# - cp31[!3]-macosx_arm64
sdist: true
test_command: python -c "from drizzlepac import cdriz"
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ formats:
build:
os: ubuntu-22.04
tools:
python: "mambaforge-4.10"
python: "mambaforge-23.11"

conda:
environment: doc/.rtd-environment.yml
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "drizzlepac"
description = " HST image combination using the drizzle algorithm to combine astronomical images, to model image distortion, to remove cosmic rays, and generally to improve the fidelity of data in the final image. "
requires-python = ">=3.10"
requires-python = ">=3.10,<3.13"
authors = [
{ name = "Megan Sosey" },
{ name = "Warren Hack" },
Expand Down

0 comments on commit f64f590

Please sign in to comment.