From b50b77c66a80ad1e2639e38b7a88e3d813422903 Mon Sep 17 00:00:00 2001 From: harveymmaunders Date: Fri, 17 Jan 2025 11:31:57 +0000 Subject: [PATCH] Updated python versions --- .github/workflows/python-ci.yml | 2 +- client-samples/java/websockets/build.gradle.kts | 2 +- client-samples/python/rest/README.md | 2 +- client-samples/python/rest/requirements.txt | 2 +- client-samples/python/websockets/README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index f60fa2b..3f4f567 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -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 diff --git a/client-samples/java/websockets/build.gradle.kts b/client-samples/java/websockets/build.gradle.kts index 9c09179..fd4b6ae 100644 --- a/client-samples/java/websockets/build.gradle.kts +++ b/client-samples/java/websockets/build.gradle.kts @@ -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" diff --git a/client-samples/python/rest/README.md b/client-samples/python/rest/README.md index 316565a..57041ee 100644 --- a/client-samples/python/rest/README.md +++ b/client-samples/python/rest/README.md @@ -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` diff --git a/client-samples/python/rest/requirements.txt b/client-samples/python/rest/requirements.txt index c965af7..6f1c052 100644 --- a/client-samples/python/rest/requirements.txt +++ b/client-samples/python/rest/requirements.txt @@ -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 diff --git a/client-samples/python/websockets/README.md b/client-samples/python/websockets/README.md index abe6531..9a13b27 100644 --- a/client-samples/python/websockets/README.md +++ b/client-samples/python/websockets/README.md @@ -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.