From: XhmikosR Date: Sat, 31 Oct 2020 16:36:05 +0000 (+0200) Subject: CI: add Python 3.9 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c95763d3e10ac0f2e209f25f76f3a0591cf427aa;p=stevenblack-hosts.git CI: add Python 3.9 --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2b156443..4f8f41ca4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: - 3.6 - 3.7 - 3.8 + - 3.9 os: - ubuntu-latest - macos-latest