summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2020-09-28 13:04:05 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2020-09-28 13:04:05 +0300
commit654074995cb0614a9abec5b0bdd65f30bbd9564c (patch)
tree00143e501d5e8974acf7fccd100a3c26639c3672 /.github
parent9643881be626afcf3f4ca2ddff51f5e61ea2d78b (diff)
downloadapscheduler-654074995cb0614a9abec5b0bdd65f30bbd9564c.tar.gz
Switched the "recent" Python version to be 3.9.0rc2
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 1cb3b38..9d0ce95 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.6, 3.8]
+ python-version: [3.6, 3.9.0rc2]
exclude:
- os: macos-latest
python-version: pypy3