From 8540cdaeb3657795475cc6d71c9430512bb0ed64 Mon Sep 17 00:00:00 2001 From: clarasb Date: Tue, 28 Oct 2025 18:33:20 +0100 Subject: [PATCH] set python >=3.10,<3.14 --- chartlets.py/environment.yml | 2 +- chartlets.py/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chartlets.py/environment.yml b/chartlets.py/environment.yml index c37aff5..5969485 100644 --- a/chartlets.py/environment.yml +++ b/chartlets.py/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge dependencies: # Library Dependencies - - python >=3.10 + - python >=3.10,<3.14 # Optional Dependencies - altair # Demo Dependencies diff --git a/chartlets.py/pyproject.toml b/chartlets.py/pyproject.toml index cff22d9..e468833 100644 --- a/chartlets.py/pyproject.toml +++ b/chartlets.py/pyproject.toml @@ -13,7 +13,7 @@ keywords = [ "dashboard", "charts", "vega", "altair", "plots" ] license = {text = "MIT"} -requires-python = ">=3.10" +requires-python = ">=3.10,<3.14" dependencies = [] classifiers = [ "Development Status :: 5 - Production/Stable",