From 24a024a30400e0972d01e97fc931425f929fbf23 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Fri, 22 Mar 2024 13:03:23 -0500 Subject: [PATCH] Drop Python 3.11+ until we move off nose --- .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 36017ad8..04f7eaba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-22.04, macos-latest] - python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] + python: ['3.7', '3.8', '3.9', '3.10'] include: - os: ubuntu-20.04 python: 3.6