From 25d0e66a828c66e8e136c26cbdeeae4988d567e0 Mon Sep 17 00:00:00 2001 From: flatsiedatsie Date: Tue, 2 Jan 2024 13:34:44 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a5e3cd..7c00b06 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: # 'linux-x64', ] pair: [ - 'python:3.7', +# 'python:3.7', 'python:3.9', ] include: @@ -41,9 +41,9 @@ jobs: host-os: 'ubuntu-latest' # - platform: 'linux-x64' # host-os: 'ubuntu-latest' - - pair: 'python:3.7' - language: 'python' - version: '3.7' +# - pair: 'python:3.7' +# language: 'python' +# version: '3.7' - pair: 'python:3.9' language: 'python' version: '3.9'