Skip to content

Commit afcddbf

Browse files
authored
Merge pull request #174 from shsms/3.13-support
Add support for Python 3.13
2 parents 16208fc + 76ad626 commit afcddbf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@
88

99
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
1010

11+
- The minimum supported version of `matplotlib` is now `v3.9.2`.
12+
1113
## New Features
1214

1315
<!-- Here goes the main new features and examples or instructions on how to use them -->
1416

17+
- This release supports python 3.13.
18+
1519
## Bug Fixes
1620

1721
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"numpy >= 2.3.1, < 3",
3131
"pandas >= 2.3.1, < 3",
3232
"pyarrow >= 20.0.0, < 22.0.0",
33-
"matplotlib >= 3.8.4, < 3.11.0",
33+
"matplotlib >= 3.9.2, < 3.11.0",
3434
"ipython == 9.6.0",
3535
"pvlib >= 0.13.0, < 0.14.0",
3636
"python-dotenv >= 0.21.0, < 1.2.0",

0 commit comments

Comments
 (0)