From a5818f311b4da1ec16f92b49a6b3f25cbf55cbea Mon Sep 17 00:00:00 2001 From: Jennifer Medina Date: Tue, 8 Aug 2023 09:43:27 -0400 Subject: [PATCH] . --- .readthedocs.yml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index ca8d3f05..4fa94841 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,7 +4,7 @@ build: image: latest python: - version: 3.7 + version: 3.8 install: - method: pip path: . diff --git a/setup.cfg b/setup.cfg index 581101da..c4365ad1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,7 +13,7 @@ github_project = spacetelescope/astrocut [options] zip_safe = False packages = find: -python_requires = >=3.9 +python_requires = >=3.8 setup_requires = setuptools_scm install_requires = astropy>=5.2.0 # astropy with s3fs support