Skip to content

Commit 4a3d558

Browse files
authored
Merge pull request #125 from bcdev/clarasb-xxx-python_version
Limit supported Python versions to < 3.14
2 parents 4873af5 + 8540cda commit 4a3d558

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)