File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
16
16
setup (
17
17
name = "monday-api-python-sdk" , # Required
18
- version = "1.1.0 " , # Required
18
+ version = "1.1.1 " , # Required
19
19
description = "A Python SDK for interacting with Monday's GraphQL API" , # Optional
20
20
long_description = long_description , # Optional
21
21
long_description_content_type = "text/markdown" , # Optional (see note above)
67
67
# 'Programming Language' classifiers above, 'pip install' will check this
68
68
# and refuse to install the project if the version does not match. See
69
69
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
70
- python_requires = ">=3.8 , <4" ,
70
+ python_requires = ">=3.7 , <4" ,
71
71
# This field lists other packages that your project depends on to run.
72
72
# Any package you put here will be installed by pip when your project is
73
73
# installed, so they must be valid existing projects.
You can’t perform that action at this time.
0 commit comments