From 5d5e4d9a5a961acd6b281adb27d8940b968be69a Mon Sep 17 00:00:00 2001 From: tdtalbot <6729926+tdtalbot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:32:05 -0700 Subject: [PATCH] Update pytest.yml Upgrading to python 3.10 --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index c0f8df7..3581d88 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8.12] + python-version: [3.10.0rc2] steps: - name: Set static enviornment values