From a687886d570b1e652ea41d6a38ef89e1774117d7 Mon Sep 17 00:00:00 2001
From: iamashwin99 <ashwin-kumar.karnad@mpsd.mpg.de>
Date: Wed, 28 Jun 2023 22:44:53 +0200
Subject: [PATCH] add a requires-python

https://stackoverflow.com/questions/72373093/how-to-define-python-requires-in-pyproject-toml-using-setuptools
---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index 1f2942f..8ebf782 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,6 +9,7 @@ license = {file = "LICENSE"}
 classifiers = ["License :: OSI Approved :: MIT License"]
 version = "2023.6.27"
 readme = "README.rst"
+requires-python = ">=3.9"
 dependencies = [
     "archspec",
     "rich",
-- 
GitLab