Skip to content

Commit 497e9eb

Browse files
authored
Merge pull request #258 from emnify/development
RC
2 parents 96507a5 + 9be60d1 commit 497e9eb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Automate your routines with this SDK for Python.
1313

1414
### Prerequisites
1515

16-
- Python ([version 3.6.0](https://www.python.org/downloads/release/python-360/) or higher)
16+
- Python ([version 3.9.0](https://www.python.org/downloads/release/python-390/) or higher)
1717

1818
### Install from source (requires build)
1919

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
VERSION = "0.4.0"
77
# To install the library, run the following
88
#
9-
# python setup.py install
9+
# python -m build --sdist --wheel
1010
#
11-
# prerequisite: setuptools
12-
# http://pypi.python.org/pypi/setuptools
11+
# prerequisite: build
12+
# https://pypi.org/project/build/
1313

1414
REQUIRES = ['requests>=2.27.0,<2.30.0', 'pydantic>=1.9.0,<2.0.0']
1515
if __name__ == '__main__':
@@ -28,7 +28,7 @@
2828
"Bug Tracker": "https://github.com/EMnify/emnify-sdk-python",
2929
},
3030
install_requires=REQUIRES,
31-
python_requires=">=3.6",
31+
python_requires=">=3.9",
3232
packages=find_packages(exclude=['tests']),
3333
include_package_data=True,
3434
long_description=long_description,

sonar-project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ sonar.tests=tests
55
sonar.verbose=true
66

77
sonar.python.coverage.reportPaths=coverage.xml
8-
sonar.python.version=3.7, 3.8, 3.9
8+
sonar.python.version=3.9, 3.10, 3.11, 3.12, 3.13

0 commit comments

Comments
 (0)