Skip to content

Commit

Permalink
Include Python 3.11 in CI matrix.
Browse files Browse the repository at this point in the history
- Also drop further broken appveyor setup (should probably drop fully).
  • Loading branch information
metatoaster committed Mar 2, 2023
1 parent bcc9db1 commit 92e5da9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Expand Up @@ -20,8 +20,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.10"]
# python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11"]
node-version: [16, 18]
include:
- os: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Expand Up @@ -2,8 +2,6 @@ environment:
matrix:
- PYTHON: "C:\\Python36"
nodejs_version: "8"
- PYTHON: "C:\\Python37"
nodejs_version: "10"

# adding an uppercase element in the path to test #54
clone_folder: c:\projects\SomeLONGPath\calmjs
Expand Down

0 comments on commit 92e5da9

Please sign in to comment.