Skip to content

Commit

Permalink
pyproject.toml specify python_requires >=3.10 (#1737)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-goldman authored and mdlpstsci committed Feb 21, 2024
1 parent 67f80aa commit 2ce4d14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ jobs:
cache-path: ${{ needs.crds.outputs.path }}
cache-key: crds-${{ needs.crds.outputs.context }}
envs: |
- linux: test-xdist
python-version: 3.9
- linux: test-xdist
python-version: 3.10
- linux: test-xdist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
cache-path: ${{ needs.crds.outputs.path }}
cache-key: crds-${{ needs.crds.outputs.context }}
envs: |
- macos: test-xdist
python-version: 3.9
- macos: test-xdist
python-version: 3.10
- macos: test-xdist
python-version: 3.11
- linux: test-devdeps-xdist
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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. """
readme = { file = 'README.md', content-type = 'text/x-rst' }
requires-python = '>=3.9'
requires-python = '>=3.10'
license = { file = "LICENSE.txt" }
authors = [{ name = 'Megan Sosey' }, { name = 'Warren Hack' }, { name = 'Christopher Hanley' }, { name = 'Chris Sontag' }, { name = 'Mihai Cara' }, { name = 'Michael Dulude' }, { name = 'Michele De La Pena' }, { name = 'Steven Goldman' }]
classifiers = [
Expand Down

0 comments on commit 2ce4d14

Please sign in to comment.