Add support to python 3.12.

This commit is contained in:
Davide Casale
2024-07-30 05:22:36 +02:00
parent c394ec8600
commit 398d79ccaa

View File

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