From d57db26b60286e7f684d32e305757d5587005eee Mon Sep 17 00:00:00 2001 From: Pierre Nicolas Durette Date: Mon, 14 Mar 2022 22:29:49 -0700 Subject: [PATCH] Lock Python 3.9 for publish workflow Most likely the last one supporting this very old PyTest (kept till Python 2 get ripped out) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eff2ed9..a91c5d0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.x'] + python-version: ['3.9'] steps: - uses: actions/checkout@v3