Skip to content

Commit

Permalink
upgrade setuptools to 65.6.1
Browse files Browse the repository at this point in the history
setuptools#1631
  • Loading branch information
WolframRhodium committed Sep 6, 2023
1 parent 871dec4 commit 6ee54d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,15 @@ jobs:
msbuild msvc_project/VapourSynth.sln /t:Build /p:Configuration=Release /p:Platform=${{ matrix.platform }}
- name: Build Python 3.12 plugin
run: |
py -3.12-${{ matrix.bits }} -m pip install setuptools==65.6.1 -v
py -3.12-${{ matrix.bits }} -m pip install . --no-deps -v
- name: Build Python 3.11 plugin
run: |
py -3.11-${{ matrix.bits }} -m pip install setuptools==65.6.1 -v
py -3.11-${{ matrix.bits }} -m pip install . --no-deps -v
- name: Build Python 3.10 plugin
run: |
py -3.10-${{ matrix.bits }} -m pip install setuptools==65.6.1 -v
py -3.10-${{ matrix.bits }} -m pip install . --no-deps -v
- name: Build Python 3.9 plugin
run: |
Expand Down

0 comments on commit 6ee54d2

Please sign in to comment.