Skip to content

Commit 07a8553

Browse files
committed
Update metainfo about package
1 parent 4f4709b commit 07a8553

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs/main/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ that were made in every particular version.
77
From version 0.7.6 *Dependency Injector* framework strictly
88
follows `Semantic versioning`_
99

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+
1016
4.41.0
1117
------
1218
- Add support of Python 3.11.

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,8 @@ def _open(filename):
104104
"License :: OSI Approved :: BSD License",
105105
"Operating System :: OS Independent",
106106
"Programming Language :: Python",
107-
"Programming Language :: Python :: 2",
108-
"Programming Language :: Python :: 2.7",
109107
"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",
113109
"Programming Language :: Python :: 3.8",
114110
"Programming Language :: Python :: 3.9",
115111
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)