Skip to content

Commit 3072e0d

Browse files
author
Gabriele Barcella
committed
fix: remove possible autogenerated
1 parent 5b62607 commit 3072e0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For more information, please visit [https://www.fattureincloud.it](https://www.f
1616

1717
## Requirements.
1818

19-
Python >= 3.10
19+
Python >= 3.7
2020

2121
## Installation & Usage
2222
### pip install

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# http://pypi.python.org/pypi/setuptools
2424
NAME = "fattureincloud-python-sdk"
2525
VERSION = "2.1.3"
26-
PYTHON_REQUIRES = ">= 3.10"
26+
PYTHON_REQUIRES = ">= 3.7"
2727
REQUIRES = [
2828
"urllib3 >= 1.26.8, < 3.0.0",
2929
"python-dateutil >= 2.8.2",

0 commit comments

Comments
 (0)