From 889aa2ddfe5d6006b41428e4db771d8a33bda3e3 Mon Sep 17 00:00:00 2001 From: Andrew Omondi Date: Tue, 14 Jan 2025 10:50:34 +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 972140df1c..e3737672fc 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 5760265e0e..974aed99ac 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"] 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 fd00d1e5c3..d94abbf891 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 8ae2f39e4961868fe032681397c543dabe85e0bf Mon Sep 17 00:00:00 2001 From: Andrew Omondi Date: Tue, 14 Jan 2025 12:23:58 +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 d94abbf891..c6c100ffa3 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