diff options
author | Alex Grönholm <alex.gronholm@nextday.fi> | 2020-10-13 00:09:38 +0300 |
---|---|---|
committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2020-10-13 00:09:38 +0300 |
commit | 26da95b87899bb32abe7371f05844a54bcd93974 (patch) | |
tree | 30db964fcb438e100c04e7bfb236ff648f50f00e /.github | |
parent | 8dd7d1452292079e7d186a214242438546177340 (diff) | |
download | apscheduler-26da95b87899bb32abe7371f05844a54bcd93974.tar.gz |
Switched workflow to use Python 3.9 final
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/codeqa-test.yml | 2 |
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 |