This is an automated email from the ASF dual-hosted git repository.
rawkintrevo pushed a commit to branch 454-notebook-testing
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/454-notebook-testing by this
push:
new 6f7acd507 bump python version
6f7acd507 is described below
commit 6f7acd5071c05b5bc38bb1356581a3f588c345e7
Author: rawkintrevo <[email protected]>
AuthorDate: Thu Sep 5 10:54:58 2024 -0500
bump python version
---
.github/workflows/notebook-testing.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/notebook-testing.yml
b/.github/workflows/notebook-testing.yml
index 2306ee4f3..d264e7d87 100644
--- a/.github/workflows/notebook-testing.yml
+++ b/.github/workflows/notebook-testing.yml
@@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
- python-version: "3.8"
+ python-version: "3.9"
- name: Install dependencies
run: |