We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca043b commit bdf0506Copy full SHA for bdf0506
requirements.txt
@@ -1,2 +1,2 @@
1
openfeature_sdk==0.8.3
2
-splitio_client==10.5.1
+splitio_client[cpphash,asyncio]==10.5.1
setup.py
@@ -15,5 +15,5 @@
15
"Programming Language :: Python :: 3",
16
'Topic :: Software Development :: Libraries'
17
],
18
- python_requires='>=3.5'
+ python_requires='>=3.9'
19
)
0 commit comments