Skip to content

Commit

Permalink
Merge pull request #337 from zacharyburnett/scsb145
Browse files Browse the repository at this point in the history
[SCSB-145] require Python 3.10
  • Loading branch information
mfixstsci authored Sep 13, 2024
2 parents d846c13 + 4e8d5fc commit 545adb2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ The following describes the typical work flow for contributing to the pysiaf pro
11. Delete your local copy of your branch.

### Installation
This package is supported in python 3.8 and 3.9
This package is supported in python 3.10+

`pip install pysiaf`

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies = [
dynamic = [
"version",
]
requires-python = ">=3.10"

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

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

0 comments on commit 545adb2

Please sign in to comment.