Skip to content

Commit 219dc41

Browse files
authored
Merge pull request #116 from bcdev/yogesh-103-support-python-3.13
Support Python 3.13
2 parents 53ae761 + 71f60a4 commit 219dc41

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.13",
2728
"Topic :: Software Development",
2829
"Topic :: Scientific/Engineering",
2930
"Typing :: Typed",

0 commit comments

Comments
 (0)