Skip to content

Commit

Permalink
Updating CI test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
metatoaster committed Oct 8, 2021
1 parent 5739430 commit 880e8ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, pypy2, pypy3]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", pypy2, pypy3]
exclude:
- os: macos-latest
python-version: 3.5
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ environment:
nodejs_version: "10"
- PYTHON: "C:\\Python38"
nodejs_version: "10"
- PYTHON: "C:\\Python39"
nodejs_version: "14"

install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
Expand Down

0 comments on commit 880e8ff

Please sign in to comment.