From 883b31681178a1575888a950f56753aa3ba1a962 Mon Sep 17 00:00:00 2001 From: Nikolai Kondrashov Date: Mon, 29 Nov 2021 17:17:13 +0200 Subject: [PATCH] CI: Test with Python 3.10 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6bc76b08..9c82a0a5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.9] + python-version: ["3.6", "3.9", "3.10"] steps: - uses: actions/checkout@v2 @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.9] + python-version: ["3.10"] steps: - uses: actions/checkout@v2