Skip to content

Commit 8eb1051

Browse files
author
Jeff Schroeder
committed
Make it explicit Python 3.7 is required
1 parent 9c8630a commit 8eb1051

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Pyth Client in Python
33

44
A Python library to retrieve data from Pyth account structures off the Solana blockchain.
55

6+
**NOTE**: This library requires Python 3.7 or greater due to `from __future__ import annotations`.
7+
68

79
Developer Setup
810
---------------

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
extras_require={
1313
'testing': requirements + ['mock', 'pytest', 'pytest-cov', 'pytest-socket'],
1414
},
15+
python_requires='>=3.7.0',
1516
)

0 commit comments

Comments
 (0)