Skip to content

Commit

Permalink
Merge pull request #709 from microsoftgraph/andrueastman/python3.8
Browse files Browse the repository at this point in the history
feat: drops support for python 3.8
  • Loading branch information
andrueastman authored Jan 14, 2025
2 parents 02827c1 + ba7ea04 commit bad0e77
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
16 changes: 8 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ 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
msgraph-core==1.2.0
multidict==6.1.0
mypy==1.14.1
mypy-extensions==1.0.0
Expand Down

0 comments on commit bad0e77

Please sign in to comment.