We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c7c9b commit f62ca9eCopy full SHA for f62ca9e
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@8c0fde6f7e926df6ed7057255d29afa9c1ad5320 # v1.16.0
28
with:
29
envs: |
30
- - linux: py310-oldestdeps
+ - linux: py311-oldestdeps
31
- linux: py311
32
- linux: py312
33
# `tox` does not currently respect `requires-python` versions when creating testing environments;
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "gwcs"
3
description = "Generalized World Coordinate System"
4
-requires-python = ">=3.10"
+requires-python = ">=3.11"
5
authors = [{ name = "gwcs developers", email = "help@stsci.edu" }]
6
dependencies = [
7
"asdf >= 3.3.0",
0 commit comments