Skip to content

Commit 214f185

Browse files
test with latest Python version and drop Python 3.10
1 parent e5b3114 commit 214f185

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/ci.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,14 @@ jobs:
2727
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@8c0fde6f7e926df6ed7057255d29afa9c1ad5320 # v1.16.0
2828
with:
2929
envs: |
30-
- linux: py310-oldestdeps
31-
- linux: py311-cov
30+
- linux: py311-oldestdeps
31+
- linux: py311
32+
- linux: py312
33+
# `tox` does not currently respect `requires-python` versions when creating testing environments;
34+
# if this breaks, add an upper pin to `requires-python` and revert this py3 to the latest working version
35+
- linux: py3-cov
3236
coverage: codecov
3337
pytest-results-summary: true
34-
- macos: py311
38+
- macos: py3
3539
pytest-results-summary: true
36-
- linux: py312
3740
- linux: py3-dev

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "gwcs"
33
description = "Generalized World Coordinate System"
4-
requires-python = ">=3.10"
4+
requires-python = ">=3.11"
55
authors = [
66
{ name = "gwcs developers", email = "help@stsci.edu" },
77
]

0 commit comments

Comments
 (0)