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'