Skip to content

Commit 7e07017

Browse files
committed
Remove python upper limit
1 parent c9e8cf8 commit 7e07017

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openlayer/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Define the SDK version here so that the interal package can have access to this value.
22
# See https://stackoverflow.com/questions/2058802
3-
__version__ = "0.0.0a9"
3+
__version__ = "0.0.0a10"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install_requires =
3232
requests_toolbelt
3333
requests>=2.28.2
3434
urllib3>=1.26.14
35-
python_requires = >=3.7, <=3.9
35+
python_requires = >=3.7
3636
include_package_data = True
3737
setup_requires =
3838
setuptools>=59.0

0 commit comments

Comments
 (0)