File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Peplum ChangeLog
2
2
3
+ ## v0.4.2
4
+
5
+ ** Released: 2025-03-17**
6
+
7
+ - Bumped minimum Python version to 3.10.
8
+ ([ #40 ] )(https://github.com/davep/peplum/pull/40 )
9
+ - Ensured the code works with * all* stable Python versions from 3.10 and
10
+ above. ([ #40 ] )(https://github.com/davep/peplum/pull/40 )
11
+
3
12
## v0.4.1
4
13
5
14
** Released: 2025-02-16**
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " peplum"
3
- version = " 0.4.1 "
3
+ version = " 0.4.2 "
4
4
description = " A terminal-based PEP lookup manager"
5
5
authors = [
6
6
{
name =
" Dave Pearson" ,
email =
" [email protected] " }
@@ -36,7 +36,6 @@ classifiers = [
36
36
" Operating System :: OS Independent" ,
37
37
" Programming Language :: Python :: 3" ,
38
38
" Programming Language :: Python :: 3 :: Only" ,
39
- " Programming Language :: Python :: 3.9" ,
40
39
" Programming Language :: Python :: 3.10" ,
41
40
" Programming Language :: Python :: 3.11" ,
42
41
" Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments