Skip to content

Commit 0d2034d

Browse files
authored
Merge pull request #12 from mondaycom/feat/ben/support_python_37
support python 3.7
2 parents e793844 + 75cd723 commit 0d2034d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="monday-api-python-sdk", # Required
18-
version="1.1.0", # Required
18+
version="1.1.1", # Required
1919
description="A Python SDK for interacting with Monday's GraphQL API", # Optional
2020
long_description=long_description, # Optional
2121
long_description_content_type="text/markdown", # Optional (see note above)
@@ -67,7 +67,7 @@
6767
# 'Programming Language' classifiers above, 'pip install' will check this
6868
# and refuse to install the project if the version does not match. See
6969
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
70-
python_requires=">=3.8, <4",
70+
python_requires=">=3.7, <4",
7171
# This field lists other packages that your project depends on to run.
7272
# Any package you put here will be installed by pip when your project is
7373
# installed, so they must be valid existing projects.

0 commit comments

Comments
 (0)