From b2ba19323741cddc0dca37245f2bd0539d344190 Mon Sep 17 00:00:00 2001 From: Dugal Harris Date: Thu, 28 Oct 2021 09:09:43 +0200 Subject: [PATCH] python 3.x->3.9 --- .github/workflows/publish-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-test.yml b/.github/workflows/publish-test.yml index e08683b..54eb258 100644 --- a/.github/workflows/publish-test.yml +++ b/.github/workflows/publish-test.yml @@ -38,7 +38,7 @@ jobs: fail-fast: false matrix: os: [ macos-latest, windows-latest, ubuntu-latest ] - python-version: ['3.x'] #[ 3.6, 3.7, 3.8, 3.9 ] + python-version: ['3.9'] #[ 3.6, 3.7, 3.8, 3.9 ] steps: - uses: actions/checkout@v2 - name: Set up Python