From 778665d79ab544a35127c3b73325d3101d9b0b5b Mon Sep 17 00:00:00 2001 From: Dustin Ingram Date: Mon, 19 Aug 2024 18:55:21 +0000 Subject: [PATCH] Don't test against 3.7 --- .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 9b404bd..e831e9b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: matrix: os: [Ubuntu, Windows, macOS] python_version: - ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.7", "pypy3.8", "pypy3.9"] + ["3.8", "3.9", "3.10", "3.11", "pypy3.8", "pypy3.9", "pypy3.10"] steps: - uses: actions/checkout@v3