From 4c6772e9188d3a20a4610ceceb4a731aa6044826 Mon Sep 17 00:00:00 2001 From: Alex Rogozhnikov Date: Tue, 4 Feb 2025 02:57:08 -0800 Subject: [PATCH] 3.13 -> 3.12 --- .github/workflows/run_tests.yml | 2 +- .github/workflows/test_notebooks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 144394e5..bdb9bd6b 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.9', '3.11', '3.13'] + python-version: ['3.9', '3.11', '3.12'] # currently there is conflict between tf, oneflow and paddle in protobuf versions. # cupy is not tested because it demands gpu # oneflow testing is dropped, see details at https://github.com/Oneflow-Inc/oneflow/issues/10340 diff --git a/.github/workflows/test_notebooks.yml b/.github/workflows/test_notebooks.yml index 7ca10849..25cd65ee 100644 --- a/.github/workflows/test_notebooks.yml +++ b/.github/workflows/test_notebooks.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.9', '3.13'] + python-version: ['3.9', '3.12'] steps: - uses: actions/checkout@v4