There was an error while loading. Please reload this page.
1 parent 801d3f5 commit afa1c0eCopy full SHA for afa1c0e
1 file changed
setup.py
@@ -20,7 +20,7 @@
20
21
22
if sys.version_info.major != 3:
23
- raise NotImplementedError("TensorTrade is only compatible with Python 3.")
+ raise NotImplementedError("TensorTrade is only compatible with Python 3.12 upwards")
24
25
26
tensortrade_directory = os.path.abspath(os.path.dirname(__file__))
@@ -84,7 +84,6 @@
84
'Intended Audience :: Information Technology',
85
'License :: OSI Approved :: Apache Software License',
86
'Operating System :: OS Independent',
87
- 'Programming Language :: Python :: 3.11',
88
'Programming Language :: Python :: 3.12',
89
'Topic :: Office/Business :: Financial :: Investment',
90
'Topic :: Office/Business :: Financial',
0 commit comments