From 9a58651ab592b8dd309fdc888923c3eb7c146972 Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Thu, 27 Apr 2023 09:58:14 -0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 58847f29..c0c4431d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,16 +17,14 @@ jobs: fail-fast: false matrix: os: [ ubuntu, windows, macos ] - python-version: [3.7, 3.8, 3.9, '3.10'] + python-version: [3.8, '3.10', 3.11] include: - - python-version: 3.7 - node-version: 14 - python-version: 3.8 - node-version: 14 - - python-version: 3.9 node-version: 16 - python-version: '3.10' node-version: 18 + - python-version: 3.11 + node-version: 20 steps: - uses: actions/checkout@v2 - name: Set up Node ${{ matrix.node-version }}