summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2020-10-13 00:09:38 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2020-10-13 00:09:38 +0300
commit26da95b87899bb32abe7371f05844a54bcd93974 (patch)
tree30db964fcb438e100c04e7bfb236ff648f50f00e /.github
parent8dd7d1452292079e7d186a214242438546177340 (diff)
downloadapscheduler-26da95b87899bb32abe7371f05844a54bcd93974.tar.gz
Switched workflow to use Python 3.9 final
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeqa-test.yml2
1 files changed, 1 insertions, 1 deletions
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