Skip to content

Commit dde5982

Browse files
authored
test under python 3.13 (#158)
* test under python 3.13 * changelog
1 parent 268831f commit dde5982

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/upstream-dev-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
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

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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]
2122
packages = find:

0 commit comments

Comments
 (0)