Skip to content

Commit 6388886

Browse files
authored
Docs/update pypi classifiers (#116)
* pyproject: add programming language classifiers * version: bump 0.79.2 version
1 parent 860ea16 commit 6388886

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "di"
3-
version = "0.79.1"
3+
version = "0.79.2"
44
description = "Dependency injection toolkit"
55
authors = ["Adrian Garcia Badaracco <adrian@adriangb.com>"]
66
readme = "README.md"
@@ -23,6 +23,11 @@ classifiers = [
2323
"Topic :: Software Development",
2424
"Topic :: Software Development :: Libraries",
2525
"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",
2631
]
2732

2833
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)