diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c67ebedc..27bf3d45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,6 +86,10 @@ jobs: # immutables dropped support for Python<3.8 in version 0.20 run: pip install immutables==0.19 + - name: Install Python 3.12 dependencies + if: ${{ contains(matrix.python-version, '3.12') }} + run: pip install setuptools + - name: Set the framework run: echo ${{ matrix.framework }} >> $GITHUB_ENV