From 4c75742e4d2ad5c128778b2d25c0cb85ad036d20 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 30 Mar 2024 19:54:18 -0400 Subject: [PATCH] Update Python versions and operating systems in test.yaml --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3c36b88..c0bf728 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.10, 3.11, 3.12] os: [ubuntu-latest, macos-latest] steps: