From 5f84ea97101de0439deb1e3f5c383874c7bb3801 Mon Sep 17 00:00:00 2001 From: Fabio Silva Date: Thu, 13 Jun 2024 10:14:54 -0700 Subject: [PATCH] Updated testing matrix --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 385bcfb4..cf407487 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest] - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.8', '3.9', '3.10', '3.11'] include: - os: windows-latest python-version: '3.10'