From baac2e0a8199fd681efcacf710d81e5c4f6959db Mon Sep 17 00:00:00 2001 From: Pratyush Singh Date: Thu, 5 Oct 2023 13:22:30 -0400 Subject: [PATCH] chore: add python 3.10 to the python-version testing matrix --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2d79983..e9114d2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9"] + python-version: ["3.9", "3.10"] steps: - uses: actions/checkout@v3