Skip to content

Commit

Permalink
Merge pull request #165 from punch-mission/revert-python-bump
Browse files Browse the repository at this point in the history
revert-python-bump
  • Loading branch information
jmbhughes authored Apr 11, 2024
2 parents c252349 + 2d4c85f commit 8646c2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.9"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
project = "regularizepsf"
copyright = "2023, J. Marcus Hughes and the PUNCH Science Operations Center"
author = "J. Marcus Hughes and the PUNCH Science Operations Center"
release = "0.3.1"
release = "0.3.2"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

setup(
name="regularizepsf",
python_requires=">=3.10",
version="0.3.1",
python_requires=">=3.9",
version="0.3.2",
description="Point spread function modeling and regularization",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 8646c2b

Please sign in to comment.