Skip to content

Commit f670983

Browse files
committed
Fixed classifiers.
Signed-off-by: Pavel Kirilin <[email protected]>
1 parent 31b3faa commit f670983

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

poetry.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ classifiers = [
88
"Programming Language :: Python",
99
"Programming Language :: Python :: 3",
1010
"Programming Language :: Python :: 3 :: Only",
11-
"Programming Language :: Python :: 3.7",
1211
"Programming Language :: Python :: 3.8",
1312
"Programming Language :: Python :: 3.9",
1413
"Programming Language :: Python :: 3.10",
14+
"Programming Language :: Python :: 3.11",
1515
]
1616
homepage = "https://github.com/taskiq-python/taskiq-redis"
1717
repository = "https://github.com/taskiq-python/taskiq-redis"

0 commit comments

Comments
 (0)