From d3e45423dfc269a1b607ffb664f95c6cfc19d5f8 Mon Sep 17 00:00:00 2001 From: Manu Garg Date: Fri, 17 Nov 2023 09:53:37 -0500 Subject: [PATCH] fix --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e629d91..17c3506 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,7 +85,7 @@ jobs: strategy: matrix: os: [ubuntu, windows, macos] - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] runs-on: ${{ matrix.os }}-latest steps: @@ -170,7 +170,6 @@ jobs: run: | python --version python -mpip install setuptools - sudo apt-get install python3-distutils make -C src pymod - name: Build sdist