This is an automated email from the ASF dual-hosted git repository.
guanmingchiu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/main by this push:
new a8f70ee99 Expand Python CI test matrix to all supported versions (#886)
a8f70ee99 is described below
commit a8f70ee99831ed182c2e5b62f8852ac2e8e428bc
Author: KUAN-HAO HUANG <[email protected]>
AuthorDate: Tue Jan 20 23:26:44 2026 +0800
Expand Python CI test matrix to all supported versions (#886)
---
.github/workflows/python-testing.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/python-testing.yml
b/.github/workflows/python-testing.yml
index 9d0357bff..ff6733f21 100644
--- a/.github/workflows/python-testing.yml
+++ b/.github/workflows/python-testing.yml
@@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: ["3.10"]
+ python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v6