From 70a7ca8dec0f70af017918ec429e1ed4bc94b741 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Wed, 6 Oct 2021 00:06:14 +0300 Subject: [PATCH] Try to test on Python 3.10 --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d26ad636..d4e9fa63 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,6 +20,7 @@ jobs: python-version: - 3.8 - 3.9 + - 3.10 defaults: # Windows is sucks. Force use bash instead of PowerShell