File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ that were made in every particular version.
7
7
From version 0.7.6 *Dependency Injector * framework strictly
8
8
follows `Semantic versioning `_
9
9
10
+ 4.41.0post1
11
+ ------
12
+ - Add support of Python 3.12.
13
+ - Bump Cython version to 0.29.37.
14
+ - Drop support of legacy Python versions.
15
+
10
16
4.41.0
11
17
------
12
18
- Add support of Python 3.11.
Original file line number Diff line number Diff line change @@ -104,12 +104,8 @@ def _open(filename):
104
104
"License :: OSI Approved :: BSD License" ,
105
105
"Operating System :: OS Independent" ,
106
106
"Programming Language :: Python" ,
107
- "Programming Language :: Python :: 2" ,
108
- "Programming Language :: Python :: 2.7" ,
109
107
"Programming Language :: Python :: 3" ,
110
- "Programming Language :: Python :: 3.5" ,
111
- "Programming Language :: Python :: 3.6" ,
112
- "Programming Language :: Python :: 3.7" ,
108
+ "Programming Language :: Python :: 3 :: Only" ,
113
109
"Programming Language :: Python :: 3.8" ,
114
110
"Programming Language :: Python :: 3.9" ,
115
111
"Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments