From e3cccc4f18c08ffe418280276c7912304504ea0f Mon Sep 17 00:00:00 2001 From: Jeong-Yoon Lee Date: Sat, 5 Feb 2022 06:56:50 -0800 Subject: [PATCH] Remove packaging for Python 3.6, 3.7, and 3.9 (#472) --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 2806dadc..8c8a1843 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.6', '3.7', '3.8', '3.9' ] + python-version: ['3.8'] steps: - uses: actions/checkout@v2