Skip to content

Commit 33ff306

Browse files
authored
test: Add Python 3.10 to GitHub Actions (#127)
1 parent c354406 commit 33ff306

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Python_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
max-parallel: 8
1212
matrix:
1313
os: [macos-latest, ubuntu-latest] # , windows-latest]
14-
python-version: [3.6, 3.7, 3.8, 3.9]
14+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/node-gyp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [macos-latest, ubuntu-latest, windows-latest]
11-
python: [3.6, 3.9]
11+
python: ["3.6", "3.10"]
1212

1313
runs-on: ${{ matrix.os }}
1414
steps:

0 commit comments

Comments
 (0)