summary refs log tree commit diff stats
path: root/.github
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2023-11-03 10:58:56 -0500
committerPatrick <tingping@tingping.se>2023-11-03 14:23:55 -0500
commita1f154cd5ee63ec6b9ac154b8dc6d5a5d97c2c28 (patch)
treef7444538cf7b524be29955a1b94bb19678f233bb /.github
parentcda96128b8baf0675e74f650e97818de6ec53c6b (diff)
win32: Remove Python 2 support
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows-build.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml
index 4554f2a9..18aca7ca 100644
--- a/.github/workflows/windows-build.yml
+++ b/.github/workflows/windows-build.yml
@@ -40,13 +40,10 @@ jobs:
           Invoke-WebRequest https://dl.hexchat.net/misc/perl/perl-5.20.0-${{ matrix.arch }}.7z -OutFile deps\perl-${{ matrix.arch }}.7z
           & 7z.exe x deps\perl-${{ matrix.arch }}.7z -oC:\gtk-build\perl-5.20\${{ matrix.platform }}
 
-          New-Item -Path "c:\gtk-build" -Name "python-2.7" -ItemType "Directory"
           New-Item -Path "c:\gtk-build" -Name "python-3.8" -ItemType "Directory"
-          New-Item -Path "c:\gtk-build\python-2.7" -Name "${{ matrix.platform }}" -ItemType "SymbolicLink" -Value "C:/hostedtoolcache/windows/Python/2.7.18/${{ matrix.arch }}"
           New-Item -Path "c:\gtk-build\python-3.8" -Name "${{ matrix.platform }}" -ItemType "SymbolicLink" -Value "C:/hostedtoolcache/windows/Python/3.8.10/${{ matrix.arch }}"
 
           C:/hostedtoolcache/windows/Python/3.8.10/${{ matrix.arch }}/python.exe -m pip install cffi
-          C:/hostedtoolcache/windows/Python/2.7.18/${{ matrix.arch }}/python.exe -m pip install -qq cffi
         shell: powershell
 
       - name: Build