From afe891e805e15197666bd56e1e392e69af87fb79 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 11 May 2024 11:09:58 -0700 Subject: [PATCH] Update lint_and_pytest.yml Adding 3.13 to the test matrix --- .github/workflows/lint_and_pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_and_pytest.yml b/.github/workflows/lint_and_pytest.yml index c5f7ed6..8c7db93 100644 --- a/.github/workflows/lint_and_pytest.yml +++ b/.github/workflows/lint_and_pytest.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v3