Skip to content

Commit

Permalink
Updated python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
harveymmaunders committed Jan 17, 2025
1 parent 575c1cb commit b50b77c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
working-directory:
- ./client-samples/python/rest
- ./client-samples/python/websockets
Expand Down
2 changes: 1 addition & 1 deletion client-samples/java/websockets/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("java")
id("com.gradleup.shadow") version "8.3.5"
id("com.gradleup.shadow") version "8.3.3"
}

group = "example.application"
Expand Down
2 changes: 1 addition & 1 deletion client-samples/python/rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can use `config-example.json` as a starting point.
> NOTE: You may recieve a Thumbprint in the format 12:AB:FC:12. Please remove the ":" characters, the thumbrpint should look like 12ABFC12
## Running the application
It is important to ensure that you have Python 3.8 or greater on your machine. To check if Python is on your machine perform the following:
It is important to ensure that you have Python 3.9 or greater on your machine. To check if Python is on your machine perform the following:

* Windows: `python --version`
* Mac/Linux: `python --version`
Expand Down
2 changes: 1 addition & 1 deletion client-samples/python/rest/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ chardet==3.0.4
msal==1.25.0
parameterized==0.9.0
pytest==8.3.4
rel==0.4.9.19
rel==0.4.7
requests-mock==1.12.1
six==1.15.0
2 changes: 1 addition & 1 deletion client-samples/python/websockets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It uses the following libraries:


## Requirements
- Python 3.8+
- Python 3.9+
- A client application on Morgan Stanley Azure AD tenant. Please talk to your contact at Morgan Stanley to set this up.
- A self-signed public/private key pair. Please see the Morgan Stanley API Onboarding instructions for help generating these.
- The thumbprint (also known as fingerprint) for your certificate.
Expand Down

0 comments on commit b50b77c

Please sign in to comment.