Add support to python 3.13.

This commit is contained in:
Davide Casale
2024-11-14 06:03:00 +01:00
parent a57c0d81e0
commit 9bc89249c2

View File

@@ -23,6 +23,7 @@ setup(
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
keywords="bitfinex,api,trading",
project_urls={