summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2020-09-28 13:18:49 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2020-09-28 13:18:49 +0300
commit12dadacd6eddaa581757d1b2ca72b757b8a0304d (patch)
tree1bf30d5bb1d1808431fd63f5c05a7e73ff97fc08 /.github
parentd9176025b65c32066985d8ed66fec7572532776e (diff)
downloadapscheduler-12dadacd6eddaa581757d1b2ca72b757b8a0304d.tar.gz
Fixed Python versions in the test workflow
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 8de8baf..3874052 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.9.0rc2]
+ python-version: [3.7, 3.9.0-rc.2]
exclude:
- os: macos-latest
python-version: pypy3