Skip to content

Commit

Permalink
Upgrade setup tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrice6713 committed Sep 26, 2023
1 parent 7b8f22b commit ad77351
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:

- name: Install Packages
run: |
pip install --upgrade setuptools
pip install -r requirements.txt
pip install -r test-requirements.txt
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

[![Test](https://github.com/Bandwidth/python-sdk/actions/workflows/test.yaml/badge.svg)](https://github.com/Bandwidth/python-sdk/actions/workflows/test.yaml)

| **OS** | **Python** |
|:---:|:---:|
| Windows 2016 | 3.7, 3.8, 3.9, 3.10 |
| Windows 2019 | 3.7, 3.8, 3.9, 3.10 |
| Ubuntu 20.04 | 3.7, 3.8, 3.9, 3.10 |
| Ubuntu 22.04 | 3.7, 3.8, 3.9, 3.10 |
| **OS** | **Python** |
|:---:|:-------------------------:|
| Windows 2016 | 3.7, 3.8, 3.9, 3.10, 3.11 |
| Windows 2019 | 3.7, 3.8, 3.9, 3.10, 3.11 |
| Ubuntu 20.04 | 3.7, 3.8, 3.9, 3.10, 3.11 |
| Ubuntu 22.04 | 3.7, 3.8, 3.9, 3.10, 3.11 |


## Getting Started
Expand Down

0 comments on commit ad77351

Please sign in to comment.