Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 07ebef0

Browse files
Remove end of life Python versions and add newer (pybluez#442)
* Remove end of life Python versions and add newer * Quote Python versions to fix decimals
1 parent 6118be5 commit 07ebef0

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
python-version: [3.5, 3.6, 3.7, 3.8]
10+
python-version: ['3.7', '3.8', '3.9', '3.10']
1111
os: [macOS-latest, ubuntu-latest, windows-latest]
1212

1313
runs-on: ${{ matrix.os }}
@@ -18,9 +18,6 @@ jobs:
1818
uses: actions/setup-python@v1
1919
with:
2020
python-version: ${{ matrix.python-version }}
21-
- name: Install Windows 10 SDK for Python 3.5
22-
if: startsWith(matrix.os, 'windows-') && matrix.python-version == 3.5
23-
run: choco install windows-sdk-10.0
2421
- name: Install Linux dependencies
2522
if: startsWith(matrix.os, 'ubuntu-')
2623
run: |

0 commit comments

Comments
 (0)