From bcd5a2635fea8eed792eaeb1f98af173f89b64a2 Mon Sep 17 00:00:00 2001 From: Matthew Rose Date: Sun, 12 Jan 2025 20:52:42 -0500 Subject: [PATCH 1/3] fix test failure --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 56fcda93..50d63065 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -17,7 +17,7 @@ jobs: # - '3.6' # - '3.7' # - '3.8' - - '3.9' + - '3.10' steps: - uses: actions/checkout@v4 From d57d552637ae6fd0ca50362b945f7fbfc04ecde1 Mon Sep 17 00:00:00 2001 From: Matthew Rose Date: Sun, 12 Jan 2025 21:04:39 -0500 Subject: [PATCH 2/3] fix test failure --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 50d63065..56fcda93 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -17,7 +17,7 @@ jobs: # - '3.6' # - '3.7' # - '3.8' - - '3.10' + - '3.9' steps: - uses: actions/checkout@v4 From 163c993403195c92acae5b83bb8bf3a732ba93cc Mon Sep 17 00:00:00 2001 From: Matthew Rose Date: Sun, 12 Jan 2025 21:07:45 -0500 Subject: [PATCH 3/3] fix test failure --- .github/workflows/python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 56fcda93..47b05df6 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: matrix: @@ -17,7 +17,7 @@ jobs: # - '3.6' # - '3.7' # - '3.8' - - '3.9' + - '3.10' steps: - uses: actions/checkout@v4