From 26da95b87899bb32abe7371f05844a54bcd93974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Tue, 13 Oct 2020 00:09:38 +0300 Subject: Switched workflow to use Python 3.9 final --- .github/workflows/codeqa-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/codeqa-test.yml b/.github/workflows/codeqa-test.yml index 72b45e9..35b018f 100644 --- a/.github/workflows/codeqa-test.yml +++ b/.github/workflows/codeqa-test.yml @@ -33,7 +33,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.7, 3.9.0-rc.2] + python-version: [3.7, 3.9.0] exclude: - os: macos-latest python-version: pypy3 -- cgit v1.2.1