We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0da88 commit f05f227Copy full SHA for f05f227
example/local_bucketing_client_example.py
@@ -27,7 +27,7 @@ def main():
27
client = DevCycleLocalClient(server_sdk_key, options)
28
logger.info("Got DevCycle client")
29
30
-# Wait for DevCycle to initialize and load the configuration
+ # Wait for DevCycle to initialize and load the configuration
31
for i in range(10):
32
if client.is_initialized():
33
break
setup.py
@@ -24,7 +24,7 @@
24
url="https://github.com/devcycleHQ/python-server-sdk",
25
keywords=["DevCycle"],
26
install_requires=REQUIRES,
- python_requires='>=3.8',
+ python_requires=">=3.8",
packages=find_packages(),
package_data={
"": ["VERSION.txt"],
0 commit comments