Skip to content

Commit

Permalink
Update supported Python version (#171)
Browse files Browse the repository at this point in the history
* Update supported Python version README.md

* Update classifiers in setup.py
  • Loading branch information
YoavBZ authored Feb 25, 2024
1 parent 2a1302d commit 7868763
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ For the complete API reference, go to the [API reference](https://developers.fir
Make sure you have the credentials for Fireblocks API Services. Otherwise, please contact Fireblocks support for further instructions on how to obtain your API credentials.

### Requirements
Python 3.6 or newer.
An officially supported version of Python, as per the official lifecycle:
https://devguide.python.org/versions

### Installation
`pip3 install fireblocks-sdk`
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
'requests>=2.22.0',
],
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Topic :: Software Development',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.8',
],
)

0 comments on commit 7868763

Please sign in to comment.