Skip to content

Commit f9ebdc0

Browse files
authored
[Cosmos] Python 3.13 updates (Azure#37795)
* Update setup.py * Update setup.py * Update CHANGELOG.md
1 parent a65dfb2 commit f9ebdc0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

sdk/cosmos/azure-cosmos/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Release History
22

33
### 4.7.1 (Unreleased)
4+
This version and all future versions will support Python 3.13.
45

56
#### Features Added
67
* SDK will now retry all ServiceRequestErrors (failing outgoing requests) before failing. Default number of retries is 3. See [PR 36514](https://github.com/Azure/azure-sdk-for-python/pull/36514).

sdk/cosmos/azure-cosmos/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,14 @@
6767
"Programming Language :: Python :: 3.10",
6868
"Programming Language :: Python :: 3.11",
6969
"Programming Language :: Python :: 3.12",
70+
"Programming Language :: Python :: 3.13",
7071
"License :: OSI Approved :: MIT License",
7172
],
7273
zip_safe=False,
7374
packages=find_packages(exclude=exclude_packages),
7475
python_requires=">=3.8",
7576
install_requires=[
76-
"azure-core>=1.25.1",
77+
"azure-core>=1.30.0",
7778
"typing-extensions>=4.6.0",
7879
],
7980
)

0 commit comments

Comments
 (0)