From 10b2302052a4f5183d11e8b29199803049d95964 Mon Sep 17 00:00:00 2001 From: Andrew Omondi Date: Tue, 14 Jan 2025 11:02:46 +0300 Subject: [PATCH 1/2] feat: drops support for python 3.8 --- .github/workflows/build.yml | 2 +- pyproject.toml | 3 +-- requirements-dev.txt | 14 +++++++------- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f8c0ffc529..6cbe4008309 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: strategy: max-parallel: 5 matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} diff --git a/pyproject.toml b/pyproject.toml index 19ce9efe2c4..cdd4135e262 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,13 +22,12 @@ dependencies = [ "msgraph_core >=1.0.0" ] -requires-python = ">=3.8" +requires-python = ">=3.9" license = {file = "LICENSE"} readme = "README.md" keywords = ["msgraph", "openAPI", "Microsoft", "Graph", "beta"] classifiers = [ "Development Status :: 5 - Production/Stable", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", diff --git a/requirements-dev.txt b/requirements-dev.txt index 78ced7f8441..0cd770205d8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -33,13 +33,13 @@ lazy-object-proxy==1.10.0 lexid==2021.1006 looseversion==1.3.0 mccabe==0.7.0 -microsoft-kiota-abstractions==1.6.8 -microsoft-kiota-authentication-azure==1.6.8 -microsoft-kiota-http==1.6.8 -microsoft-kiota-serialization-form==1.6.8 -microsoft-kiota-serialization-json==1.6.8 -microsoft-kiota-serialization-multipart==1.6.8 -microsoft-kiota-serialization-text==1.6.8 +microsoft-kiota-abstractions==1.7.0 +microsoft-kiota-authentication-azure==1.7.0 +microsoft-kiota-http==1.7.0 +microsoft-kiota-serialization-form==1.7.0 +microsoft-kiota-serialization-json==1.7.0 +microsoft-kiota-serialization-multipart==1.7.0 +microsoft-kiota-serialization-text==1.7.0 msal==1.31.1 msal-extensions==1.2.0 msgraph-core==1.1.8 From ba7ea0418d6f280b341b7f82efc9c839464026d7 Mon Sep 17 00:00:00 2001 From: Andrew Omondi Date: Tue, 14 Jan 2025 12:25:54 +0300 Subject: [PATCH 2/2] bump graph core version --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0cd770205d8..3f04064f30e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -42,7 +42,7 @@ microsoft-kiota-serialization-multipart==1.7.0 microsoft-kiota-serialization-text==1.7.0 msal==1.31.1 msal-extensions==1.2.0 -msgraph-core==1.1.8 +msgraph-core==1.2.0 multidict==6.1.0 mypy==1.14.1 mypy-extensions==1.0.0