File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
33 - conda-forge
44dependencies :
55 # Library Dependencies
6- - python >=3.12,<3.13
6+ - python >=3.10
77 # Optional Dependencies
88 - altair
99 # Demo Dependencies
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments