From 1427f80828ae7b00a5f787d82c2063b2b79311fe Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Tue, 3 Aug 2021 20:10:53 +0200 Subject: [PATCH] Add test to CI --- .github/workflows/ubuntu_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ubuntu_tests.yml b/.github/workflows/ubuntu_tests.yml index 4b125c39..6968e19c 100644 --- a/.github/workflows/ubuntu_tests.yml +++ b/.github/workflows/ubuntu_tests.yml @@ -12,6 +12,7 @@ jobs: - 3.7.10 - 3.8.10 - 3.9.5 + - 3.10.0rc1 runs-on: Ubuntu-20.04 steps: - uses: actions/checkout@v2