Skip to content

Commit efca50c

Browse files
committed
updating package classifiers – remove python 3.8 ,add python 3.13;
1 parent 24aeed1 commit efca50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ classifiers = [
99
"Programming Language :: Python",
1010
"Programming Language :: Python :: 3",
1111
"Programming Language :: Python :: 3 :: Only",
12-
"Programming Language :: Python :: 3.8",
1312
"Programming Language :: Python :: 3.9",
1413
"Programming Language :: Python :: 3.10",
1514
"Programming Language :: Python :: 3.11",
1615
"Programming Language :: Python :: 3.12",
16+
"Programming Language :: Python :: 3.13",
1717
]
1818
homepage = "https://github.com/taskiq-python/taskiq-psqlpy"
1919
repository = "https://github.com/taskiq-python/taskiq-psqlpy"

0 commit comments

Comments
 (0)