Skip to content

Commit dd1ffec

Browse files
committed
Update environment.yml and pyproject.toml to support py 3.13
1 parent 53ae761 commit dd1ffec

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

chartlets.py/CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Add `multiple` property for `Select` component to enable the
44
of multiple elements.
55

6+
* Add support for `Python 3.13`
7+
68

79
## Version 0.1.4 (from 2025/03/06)
810

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.12,<3.13
6+
- python >=3.10
77
# Optional Dependencies
88
- altair
99
# Demo Dependencies

chartlets.py/pyproject.toml

Lines changed: 2 additions & 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.12"
1717
dependencies = []
1818
classifiers = [
1919
"Development Status :: 5 - Production/Stable",
@@ -24,6 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3.10",
2525
"Programming Language :: Python :: 3.11",
2626
"Programming Language :: Python :: 3.12",
27+
"Programming Language :: Python :: 3.12",
2728
"Topic :: Software Development",
2829
"Topic :: Scientific/Engineering",
2930
"Typing :: Typed",

0 commit comments

Comments
 (0)