From 2b2377dc08f6a685224e827a4ad076d1c5b5fc57 Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Mon, 22 Jul 2024 13:16:15 +0200 Subject: [PATCH] ci: drop Python 3.7 support, test on 3.11 and 3.12 --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 8e28c7f..adcd963 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -10,7 +10,7 @@ jobs: tests: strategy: matrix: - python-version: [3.7, 3.8, 3.9, '3.10'] + python-version: [3.8, 3.9, '3.10', 3.11, 3.12] os: - ubuntu-latest - macos-13 (non-M1)