Skip to content

Commit 5cf74d8

Browse files
authored
test under python 3.12 (#89)
* test under python 3.12 * changelog
1 parent ff4a617 commit 5cf74d8

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
os: ["ubuntu-latest"]
2525
# Bookend python versions
26-
python-version: ["3.9", "3.10", "3.11"]
26+
python-version: ["3.9", "3.11", "3.12"]
2727
steps:
2828
- uses: actions/checkout@v4
2929
with:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323

2424
### Enhancements
2525

26+
- Add python 3.12 to list of supported versions ([#89](https://github.com/mathause/mplotutils/pull/89)).
27+
2628
### Bug fixes
2729

2830
### Internal changes

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers =
1717
Programming Language :: Python :: 3.9
1818
Programming Language :: Python :: 3.10
1919
Programming Language :: Python :: 3.11
20+
Programming Language :: Python :: 3.12
2021

2122
[options]
2223
packages = find:

0 commit comments

Comments
 (0)