From 5b854bcd977bedacf954c7c27460536eec8d837f Mon Sep 17 00:00:00 2001 From: Roy Smart Date: Sat, 10 Aug 2024 10:24:59 -0600 Subject: [PATCH] Fixed broken link in `pyproject.toml`. (#6) * Fixed broken link in `pyproject.toml`. * bump min python version. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e119d38..5af5462 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ ] description = "A Python library for analyzing solar observations from the Interface Region Imaging Spectrograph (IRIS)." readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.10" classifiers = [ "Programming Language :: Python :: 3", ] @@ -39,6 +39,6 @@ doc = [ [project.urls] Homepage = "https://github.com/sun-data/interface-region-imaging-spectrograph" -Documentation = "https://interface-region-imaging-spectrograp.readthedocs.io/en/latest" +Documentation = "https://interface-region-imaging-spectrograph.readthedocs.io/en/latest" [tool.setuptools_scm]