From 8af169f63961bfcb8966fed889af7de258eb964f Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Fri, 15 Jan 2021 12:38:10 +0000 Subject: [PATCH] Update .github/workflows/ci.yaml Co-authored-by: Sviatoslav Sydorenko --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f5ae409..335df62 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: - 3.7 - 3.8 - 3.9 - - 3.10-alpha - 3.10.0 + - 3.10.0-alpha - 3.10.0 steps: - uses: actions/checkout@v2