From 315c1b22e80dc6eb0c4e7bcc01af948d96b131a1 Mon Sep 17 00:00:00 2001 From: Daniel Shields Date: Fri, 9 Feb 2024 11:41:22 -0600 Subject: [PATCH] update --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3b498cf..90fc91c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,9 +10,9 @@ jobs: - ubuntu-latest - windows-latest python: - - "3.8" - "3.9" - "3.10" + - "3.11" steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v1