From 34327d8c9f4a8587dc7345f786c07a340885988a Mon Sep 17 00:00:00 2001 From: David GERARD Date: Tue, 3 Dec 2024 21:29:20 +0000 Subject: [PATCH] ci(macos-test.yml): deprecate python 3.8, add python 3.13 --- .github/workflows/macos-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-test.yml b/.github/workflows/macos-test.yml index 83d91809a..361844edb 100644 --- a/.github/workflows/macos-test.yml +++ b/.github/workflows/macos-test.yml @@ -15,7 +15,7 @@ jobs: matrix: # Big Sur, Monterey os: [macos-11, macos-12] - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.9', '3.10', '3.11','3.12','3.13'] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}