Skip to content

Commit ce67e57

Browse files
committed
Keep supported python version consistent in readme with build config
1 parent 3765ee2 commit ce67e57

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ A Python client library for Microsoft Dataverse that provides a unified interfac
5353

5454
### Prerequisites
5555

56-
- **Python 3.10+** (3.10, 3.11, 3.12, 3.13 supported)
56+
- **Python 3.10+** (3.10, 3.11, 3.12, 3.13, 3.14 supported)
5757
- **Microsoft Dataverse environment** with appropriate permissions
5858
- **OAuth authentication configured** for your application
5959

@@ -62,7 +62,7 @@ A Python client library for Microsoft Dataverse that provides a unified interfac
6262
Install the PowerPlatform Dataverse Client using [pip](https://pypi.org/project/pip/):
6363

6464
```bash
65-
# Install the latest stable release
65+
# Install the latest release
6666
pip install PowerPlatform-Dataverse-Client
6767
```
6868

@@ -76,7 +76,7 @@ This installs two Claude Skills that enable Claude Code to:
7676
- **dataverse-sdk-use**: Apply SDK best practices for using the SDK in your applications
7777
- **dataverse-sdk-dev**: Provide guidance for developing/contributing to the SDK itself
7878

79-
The skills work with both the Claude Code CLI and VSCode extension. Once installed, Claude will automatically use the appropriate skill when working with Dataverse operations. For more information on Claude Skill see https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview. See skill definitions here: [.claude/skills/dataverse-sdk-use/SKILL.md](.claude/skills/dataverse-sdk-use/SKILL.md) and [.claude/skills/dataverse-sdk-dev/SKILL.md](.claude/skills/dataverse-sdk-dev/SKILL.md).
79+
The skills work with both the Claude Code CLI and VSCode extension. Once installed, Claude will automatically use the appropriate skill when working with Dataverse operations. For more information on Claude Skills, see https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview. See skill definitions here: [.claude/skills/dataverse-sdk-use/SKILL.md](.claude/skills/dataverse-sdk-use/SKILL.md) and [.claude/skills/dataverse-sdk-dev/SKILL.md](.claude/skills/dataverse-sdk-dev/SKILL.md).
8080

8181
For development from source (Claude Skill auto loaded):
8282

0 commit comments

Comments
 (0)