We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860ea16 commit 6388886Copy full SHA for 6388886
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "di"
3
-version = "0.79.1"
+version = "0.79.2"
4
description = "Dependency injection toolkit"
5
authors = ["Adrian Garcia Badaracco <adrian@adriangb.com>"]
6
readme = "README.md"
@@ -23,6 +23,11 @@ classifiers = [
23
"Topic :: Software Development",
24
"Topic :: Software Development :: Libraries",
25
"Topic :: Software Development :: Libraries :: Python Modules",
26
+ "Programming Language :: Python :: 3.8",
27
+ "Programming Language :: Python :: 3.9",
28
+ "Programming Language :: Python :: 3.10",
29
+ "Programming Language :: Python :: 3.11",
30
+ "Programming Language :: Python :: 3.12",
31
]
32
33
[tool.poetry.dependencies]
0 commit comments