From b87d1c8038dfcc7085497a2d40347c00d7a7dc12 Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 7 Feb 2022 14:14:03 +0100 Subject: [PATCH] Test python 3.10 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2e015d8..adb73be 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.6, 3.7, 3.8, 3.9, pypy-3.7, pypy-3.8] + python-version: [3.6, 3.7, 3.8, 3.9, 3.10, pypy-3.7, pypy-3.8] exclude: - os: windows-latest python-version: pypy-3.7