Skip to content

Commit d458d22

Browse files
committed
Add classifiers for newer Python versions
1 parent 8033d8c commit d458d22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ classifiers = [
2727
"Programming Language :: Python :: 3.8",
2828
"Programming Language :: Python :: 3.9",
2929
"Programming Language :: Python :: 3.10",
30+
"Programming Language :: Python :: 3.11",
31+
"Programming Language :: Python :: 3.12",
32+
"Programming Language :: Python :: 3.13",
3033
]
3134
packages = [{ include = "cacheback" }]
3235
include = ["LICENSE"]

0 commit comments

Comments
 (0)