File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
2222 fail-fast : false
2323 matrix :
2424 os : ["ubuntu-latest"]
25- python-version : ["3.11", "3.12 "]
25+ python-version : ["3.11", "3.13 "]
2626 env : [""]
2727 include :
2828 - env : " min-all-deps"
2929 python-version : " 3.11"
3030 os : " ubuntu-latest"
3131 - env : " "
32- python-version : " 3.12 "
32+ python-version : " 3.13 "
3333 os : " macos-latest"
3434 defaults :
3535 run :
Original file line number Diff line number Diff line change 3333 strategy :
3434 fail-fast : false
3535 matrix :
36- python-version : ["3.12 "]
36+ python-version : ["3.13 "]
3737 steps :
3838 - uses : actions/checkout@v5
3939 with :
Original file line number Diff line number Diff line change 44
55### Breaking changes
66
7+ - Removed support for python 3.10 ([ #156 ] ( https://github.com/mpytools/mplotutils/pull/156 ) ).
8+
79### Enhancements
810
11+ - Add python 3.13 to list of supported versions ([ #158 ] ( https://github.com/mpytools/mplotutils/pull/158 ) ).
12+
913### Bug fixes
1014
1115### Internal changes
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ classifiers =
1616 Programming Language :: Python :: 3
1717 Programming Language :: Python :: 3.11
1818 Programming Language :: Python :: 3.12
19+ Programming Language :: Python :: 3.13
1920
2021[options]
2122packages = find:
You can’t perform that action at this time.
0 commit comments