Skip to content

Commit

Permalink
test: Add Python 3.10 to GitHub Actions (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Oct 5, 2021
1 parent c354406 commit 33ff306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Python_tests.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
max-parallel: 8
matrix:
os: [macos-latest, ubuntu-latest] # , windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-gyp.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python: [3.6, 3.9]
python: ["3.6", "3.10"]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 33ff306

Please sign in to comment.