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