From 3193df726f0f69951e20baf2fd99fc3aab60523b Mon Sep 17 00:00:00 2001 From: Stefan Holst Date: Thu, 27 Nov 2025 21:50:54 +0900 Subject: [PATCH] need 3.12 for generic types --- .readthedocs.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8f28bd3..d47fc4e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,7 +3,7 @@ version: 2 build: os: "ubuntu-20.04" tools: - python: "3.10" + python: "3.12" jobs: post_create_environment: - python -m pip install sphinx_rtd_theme myst-parser diff --git a/pyproject.toml b/pyproject.toml index b95cf27..ec854c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ ] description = 'High-performance processing and analysis of non-hierarchical VLSI designs' readme = "README.md" -requires-python = ">=3.10,<3.14" +requires-python = ">=3.12,<3.14" dependencies = [ "numpy>=1.17.0", "lark>=1.3.0",