Skip to content

Commit 5b62607

Browse files
author
Gabriele Barcella
committed
feat: update validation version
1 parent 543fea8 commit 5b62607

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
13+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1414

1515
steps:
1616
- id: checkout

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.7
19+
Python >= 3.10
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.7"
26+
PYTHON_REQUIRES = ">= 3.10"
2727
REQUIRES = [
2828
"urllib3 >= 1.26.8, < 3.0.0",
2929
"python-dateutil >= 2.8.2",

0 commit comments

Comments
 (0)