Skip to content

Commit 6c13439

Browse files
Copilotbaywet
andauthored
fix: add Python 3.14 classifier to all pyproject.toml files
Agent-Logs-Url: https://github.com/microsoft/kiota-python/sessions/cb990a77-382d-40b5-81da-5ed5fc1d4128 Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
1 parent f7e066f commit 6c13439

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

packages/abstractions/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
1818
"Programming Language :: Python :: 3.13",
19+
"Programming Language :: Python :: 3.14",
1920
"License :: OSI Approved :: MIT License",
2021
]
2122
homepage = "https://github.com/microsoft/kiota#readme"

packages/authentication/azure/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
1818
"Programming Language :: Python :: 3.13",
19+
"Programming Language :: Python :: 3.14",
1920
"License :: OSI Approved :: MIT License",
2021
]
2122
homepage = "https://github.com/microsoft/kiota#readme"

packages/bundle/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
1818
"Programming Language :: Python :: 3.13",
19+
"Programming Language :: Python :: 3.14",
1920
"License :: OSI Approved :: MIT License",
2021
]
2122
homepage = "https://github.com/microsoft/kiota#readme"

packages/http/httpx/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
1818
"Programming Language :: Python :: 3.13",
19+
"Programming Language :: Python :: 3.14",
1920
"License :: OSI Approved :: MIT License",
2021
]
2122
homepage = "https://github.com/microsoft/kiota#readme"

packages/serialization/form/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
1818
"Programming Language :: Python :: 3.13",
19+
"Programming Language :: Python :: 3.14",
1920
"License :: OSI Approved :: MIT License",
2021
]
2122
homepage = "https://github.com/microsoft/kiota#readme"

packages/serialization/json/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
1818
"Programming Language :: Python :: 3.13",
19+
"Programming Language :: Python :: 3.14",
1920
"License :: OSI Approved :: MIT License",
2021
]
2122
homepage = "https://github.com/microsoft/kiota#readme"

packages/serialization/multipart/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
1818
"Programming Language :: Python :: 3.13",
19+
"Programming Language :: Python :: 3.14",
1920
"License :: OSI Approved :: MIT License",
2021
]
2122
homepage = "https://github.com/microsoft/kiota#readme"

packages/serialization/text/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
1818
"Programming Language :: Python :: 3.13",
19+
"Programming Language :: Python :: 3.14",
1920
"License :: OSI Approved :: MIT License",
2021
]
2122
homepage = "https://github.com/microsoft/kiota#readme"

tests/validation/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: 3.11",
1818
"Programming Language :: Python :: 3.12",
1919
"Programming Language :: Python :: 3.13",
20+
"Programming Language :: Python :: 3.14",
2021
"License :: OSI Approved :: MIT License",
2122
]
2223
homepage = "https://github.com/microsoft/kiota#readme"

0 commit comments

Comments
 (0)