Skip to content

Commit

Permalink
require Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Mar 14, 2024
1 parent d2186a0 commit ef38195
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies = [
dynamic = [
"version",
]
requires-python = "3.10"

[project.readme]
file = "README.md"
Expand All @@ -40,7 +41,7 @@ repository = "https://github.com/spacetelescope/pysiaf"

[project.optional-dependencies]
test = [
'pytest',
"pytest",
]
docs = [
"stsci-rtd-theme",
Expand Down

0 comments on commit ef38195

Please sign in to comment.