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 23
23
matrix :
24
24
os : ["ubuntu-latest"]
25
25
# Bookend python versions
26
- python-version : ["3.9", "3.10 ", "3.11 "]
26
+ python-version : ["3.9", "3.11 ", "3.12 "]
27
27
steps :
28
28
- uses : actions/checkout@v4
29
29
with :
Original file line number Diff line number Diff line change 23
23
24
24
### Enhancements
25
25
26
+ - Add python 3.12 to list of supported versions ([ #89 ] ( https://github.com/mathause/mplotutils/pull/89 ) ).
27
+
26
28
### Bug fixes
27
29
28
30
### Internal changes
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ classifiers =
17
17
Programming Language :: Python :: 3.9
18
18
Programming Language :: Python :: 3.10
19
19
Programming Language :: Python :: 3.11
20
+ Programming Language :: Python :: 3.12
20
21
21
22
[options]
22
23
packages = find:
You can’t perform that action at this time.
0 commit comments