We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55977af commit db66c84Copy full SHA for db66c84
pyproject.toml
@@ -18,10 +18,10 @@ classifiers = [
18
"Topic :: Scientific/Engineering :: Information Analysis",
19
"License :: OSI Approved :: MIT License",
20
"Operating System :: OS Independent",
21
- "Programming Language :: Python :: 3.9",
22
"Programming Language :: Python :: 3.10",
23
"Programming Language :: Python :: 3.11",
24
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
25
]
26
packages = [{ include = "**/*.py", from = "src" }]
27
0 commit comments