We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b31c7c commit fe6a255Copy full SHA for fe6a255
2 files changed
README.rst
@@ -64,6 +64,7 @@ Features
64
- Futures Trading
65
- Porfolio Margin Trading
66
- Vanilla Options
67
+- Proxy support
68
- Support other domains (.us, .jp, etc)
69
70
Upgrading to v1.0.0+
setup.py
@@ -42,6 +42,11 @@
42
'Programming Language :: Python :: 3.5',
43
'Programming Language :: Python :: 3.6',
44
'Programming Language :: Python :: 3.7',
45
+ 'Programming Language :: Python :: 3.8',
46
+ 'Programming Language :: Python :: 3.9',
47
+ 'Programming Language :: Python :: 3.10',
48
+ 'Programming Language :: Python :: 3.11',
49
+ 'Programming Language :: Python :: 3.12',
50
'Programming Language :: Python',
51
'Topic :: Software Development :: Libraries :: Python Modules',
52
],
0 commit comments