Skip to content

Commit

Permalink
Bump min Python to 3.11 per SPEC 0 (#1543)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson authored Dec 2, 2024
1 parent ec4f412 commit 6e73a27
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/roman_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ jobs:
cache-key: data-${{ needs.webbpsf_data_cache.outputs.cache_key }}-${{ needs.crds_context.outputs.context }}
cache-restore-keys: ${{ needs.webbpsf_data_cache.outputs.cache_key }}
envs: |
- linux: py310-oldestdeps-webbpsf-cov
- linux: py311-oldestdeps-webbpsf-cov
pytest-results-summary: true
- linux: py310-webbpsf-nolegacypath
- linux: py311-webbpsf-nolegacypath
pytest-results-summary: true
- linux: py311-ddtrace-webbpsf
- linux: py312-ddtrace-webbpsf
pytest-results-summary: true
- macos: py311-ddtrace-webbpsf
- macos: py312-ddtrace-webbpsf
pytest-results-summary: true
- linux: py311-webbpsf-cov
- linux: py312-webbpsf-cov
coverage: codecov
pytest-results-summary: true
- linux: py312-webbpsf
# - linux: py313-webbpsf # Distabled until we support Python 3.13
4 changes: 2 additions & 2 deletions .github/workflows/roman_ci_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
cache-key: data-${{ needs.webbpsf_data_cache.outputs.cache_key }}-${{ needs.crds_context.outputs.context }}
cache-restore-keys: ${{ needs.webbpsf_data_cache.outputs.cache_key }}
envs: |
- macos: py310-webbpsf
- macos: py311-webbpsf
pytest-results-summary: true
- macos: py311-sdpdeps-webbpsf
- macos: py312-sdpdeps-webbpsf
pytest-results-summary: true
- linux: py3-pyargs-webbpsf
pytest-results-summary: true
1 change: 1 addition & 0 deletions changes/1543.general.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump min Python version to 3.11 per SPEC 0.
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 = "romancal"
description = "Library for calibration of science observations from the Nancy Grace Roman Space Telescope"
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.11"
authors = [
{ name = "Roman calibration pipeline developers", email = "[email protected]" },
]
Expand Down

0 comments on commit 6e73a27

Please sign in to comment.