Update pyproject.toml

Adding Python 3.13 to classifiers
This commit is contained in:
Jamie Hardt
2024-10-25 12:22:21 -07:00
committed by GitHub
parent 57603ff618
commit d3e8349d81

View File

@@ -17,7 +17,8 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13"
]
dependencies = [
"lxml ~= 4.9.2"