From 926e7c46c0ff4c996517934ca35f6f77d4d989d8 Mon Sep 17 00:00:00 2001 From: Marcus Hughes Date: Thu, 11 Apr 2024 10:35:14 -0600 Subject: [PATCH 1/4] revert-python-bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3ea7bcc..ba827f9 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="regularizepsf", - python_requires=">=3.10", + python_requires=">=3.9", version="0.3.1", description="Point spread function modeling and regularization", long_description=long_description, From eda2668dd1e6cf37a1945514137b688e7e1d04a6 Mon Sep 17 00:00:00 2001 From: Marcus Hughes Date: Thu, 11 Apr 2024 10:37:15 -0600 Subject: [PATCH 2/4] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e0baed..1924426 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10"] + python-version: ["3.9"] steps: - uses: actions/checkout@v3 From f42b23ea8d6f731da1169b0bbf73a97435525def Mon Sep 17 00:00:00 2001 From: Marcus Hughes Date: Thu, 11 Apr 2024 10:40:14 -0600 Subject: [PATCH 3/4] update package version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ba827f9..ac558c3 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="regularizepsf", python_requires=">=3.9", - version="0.3.1", + version="0.3.2", description="Point spread function modeling and regularization", long_description=long_description, long_description_content_type="text/markdown", From 2d4c85faed099680a585939721f477a57017cfa1 Mon Sep 17 00:00:00 2001 From: Marcus Hughes Date: Thu, 11 Apr 2024 10:40:29 -0600 Subject: [PATCH 4/4] update package version --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 7583f3b..053c5e6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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