From b029fc4363bcbd523a1f17405030f76a463255be Mon Sep 17 00:00:00 2001 From: Owen Medeiros Date: Mon, 28 Oct 2024 08:18:17 -0400 Subject: [PATCH] update python requirement to 3.9 or greater --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cbd728e..da552ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "pdm.backend" name = "qnngds" -version = "3.4.0" +version = "3.4.1" authors = [ { name="A. Jacquillat", email="audrey01@mit.edu" }, @@ -19,7 +19,7 @@ maintainers = [ ] description = "The QNN library for creating gds files" readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.9" license = {file = "LICENSE.txt"} keywords = ["phidl", "nanowire_electronics", "nanofabrication", "gds"] classifiers = [