Skip to content

Commit afa1c0e

Browse files
committed
Fixing python requirement in setup.py description
1 parent 801d3f5 commit afa1c0e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
if sys.version_info.major != 3:
23-
raise NotImplementedError("TensorTrade is only compatible with Python 3.")
23+
raise NotImplementedError("TensorTrade is only compatible with Python 3.12 upwards")
2424

2525

2626
tensortrade_directory = os.path.abspath(os.path.dirname(__file__))
@@ -84,7 +84,6 @@
8484
'Intended Audience :: Information Technology',
8585
'License :: OSI Approved :: Apache Software License',
8686
'Operating System :: OS Independent',
87-
'Programming Language :: Python :: 3.11',
8887
'Programming Language :: Python :: 3.12',
8988
'Topic :: Office/Business :: Financial :: Investment',
9089
'Topic :: Office/Business :: Financial',

0 commit comments

Comments
 (0)