From af690a18dd113440a4c180ec82c278b3ef4cf4fe Mon Sep 17 00:00:00 2001
From: Padraig Gleeson
Date: Mon, 15 Sep 2025 10:01:08 +0100
Subject: [PATCH 1/2] Add Python 3.10 to workflow matrix
---
.github/workflows/non_omv.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/non_omv.yml b/.github/workflows/non_omv.yml
index fbf5f57..6a3e760 100644
--- a/.github/workflows/non_omv.yml
+++ b/.github/workflows/non_omv.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [ 3.9, "3.12", "3.13" ]
+ python-version: [ 3.9, "3.10", "3.12", "3.13" ]
steps:
- uses: actions/checkout@v4
From 71031ab1ae5ae349b4ac62ed033e3a8cdca8d72c Mon Sep 17 00:00:00 2001
From: Padraig Gleeson
Date: Wed, 12 Nov 2025 18:47:54 +0000
Subject: [PATCH 2/2] Remove Python 3.9 from workflow matrix
---
.github/workflows/non_omv.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/non_omv.yml b/.github/workflows/non_omv.yml
index 6a3e760..1f95439 100644
--- a/.github/workflows/non_omv.yml
+++ b/.github/workflows/non_omv.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [ 3.9, "3.10", "3.12", "3.13" ]
+ python-version: [ "3.10", "3.12", "3.13" ]
steps:
- uses: actions/checkout@v4