Skip to content

Commit 8540cda

Browse files
committed
set python >=3.10,<3.14
1 parent 4873af5 commit 8540cda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chartlets.py/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
# Library Dependencies
6-
- python >=3.10
6+
- python >=3.10,<3.14
77
# Optional Dependencies
88
- altair
99
# Demo Dependencies

chartlets.py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = [
1313
"dashboard", "charts", "vega", "altair", "plots"
1414
]
1515
license = {text = "MIT"}
16-
requires-python = ">=3.10"
16+
requires-python = ">=3.10,<3.14"
1717
dependencies = []
1818
classifiers = [
1919
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)