Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions chartlets.py/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* Add `multiple` property for `Select` component to enable the
of multiple elements.

* Add support for `Python 3.13`


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

Expand Down
2 changes: 1 addition & 1 deletion chartlets.py/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
# Library Dependencies
- python >=3.12,<3.13
- python >=3.10
# Optional Dependencies
- altair
# Demo Dependencies
Expand Down
1 change: 1 addition & 0 deletions chartlets.py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development",
"Topic :: Scientific/Engineering",
"Typing :: Typed",
Expand Down