Added support for Python 3.13

This commit is contained in:
Edgar Ramírez-Mondragón
2024-10-19 08:56:01 -06:00
parent a65df239f4
commit 1c60dafcb2
3 changed files with 5 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
requires-python = ">=3.8"
dependencies = [