From 6ccde9d6014863985f81c520845d781d13fcf174 Mon Sep 17 00:00:00 2001 From: Bousquin Date: Mon, 19 Aug 2024 13:31:47 -0500 Subject: [PATCH] Drop 3.12 - not supported by pandas<2.0 --- .github/workflows/test.yml | 2 +- .github/workflows/test_r.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 12cd4e4..1b4e1ae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.8', '3.9', '3.10', '3.11'] #exclude: # - os: windows-latest # python-version: "3.7" diff --git a/.github/workflows/test_r.yaml b/.github/workflows/test_r.yaml index 930dd9e..3827d71 100644 --- a/.github/workflows/test_r.yaml +++ b/.github/workflows/test_r.yaml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest] - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v4