From e6fb46ba5692e7668a4098f3451ddf1d3d25defb Mon Sep 17 00:00:00 2001 From: Cooper Ry Lees Date: Mon, 23 Aug 2021 20:42:53 -0700 Subject: [PATCH] Add 3.10 Dev Tests - Lets see and try make us pass 3.10-dev releases --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15e8f14..5eef541 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev"] os: [ubuntu-latest] steps: @@ -34,4 +34,4 @@ jobs: - name: Check formatting run: | - black --check . \ No newline at end of file + black --check .