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 c9e8cf8 commit 7e07017Copy full SHA for 7e07017
openlayer/version.py
@@ -1,3 +1,3 @@
1
# Define the SDK version here so that the interal package can have access to this value.
2
# See https://stackoverflow.com/questions/2058802
3
-__version__ = "0.0.0a9"
+__version__ = "0.0.0a10"
setup.cfg
@@ -32,7 +32,7 @@ install_requires =
32
requests_toolbelt
33
requests>=2.28.2
34
urllib3>=1.26.14
35
-python_requires = >=3.7, <=3.9
+python_requires = >=3.7
36
include_package_data = True
37
setup_requires =
38
setuptools>=59.0
0 commit comments