Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python version update #26

Merged
merged 6 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/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/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
Loading