From 930810adbae05c8ebd8d2076a07c7133b96ec078 Mon Sep 17 00:00:00 2001 From: Jason Cox Date: Sat, 25 May 2024 22:46:17 -0700 Subject: [PATCH] Update Actions --- .github/workflows/contrib.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/contrib.yml b/.github/workflows/contrib.yml index afe9580..57a3aee 100644 --- a/.github/workflows/contrib.yml +++ b/.github/workflows/contrib.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: ["3.6", "3.7", "3.8"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: "actions/checkout@v2" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f0ccd6..a14873f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: "actions/checkout@v3"