Skip to content

Commit f62ca9e

Browse files
drop Python 3.10
1 parent a9c7c9b commit f62ca9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@8c0fde6f7e926df6ed7057255d29afa9c1ad5320 # v1.16.0
2828
with:
2929
envs: |
30-
- linux: py310-oldestdeps
30+
- linux: py311-oldestdeps
3131
- linux: py311
3232
- linux: py312
3333
# `tox` does not currently respect `requires-python` versions when creating testing environments;

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 = [{ name = "gwcs developers", email = "help@stsci.edu" }]
66
dependencies = [
77
"asdf >= 3.3.0",

0 commit comments

Comments
 (0)