From 6d2ee982bece84fc6980da99b23600f5675d2fc5 Mon Sep 17 00:00:00 2001 From: Walter Simson Date: Tue, 27 Feb 2024 11:53:38 -0800 Subject: [PATCH] Bump python support to 3.12 (#267) * Bump pytest coverage 3.11 * Update test_example.yml * fix typo * Bump pytest to 3.12 * Update test_example.yml * Fix typo * Update test_optional_dependencies.yml --- .github/workflows/pytest.yml | 2 +- .github/workflows/test_example.yml | 2 +- .github/workflows/test_optional_dependencies.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index f18dd565..932f1aaf 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -74,7 +74,7 @@ jobs: strategy: matrix: os: [ "windows-latest", "ubuntu-latest" ] #, "macos-latest"] - python-version: [ "3.9", "3.10", "3.11" ] + python-version: [ "3.9", "3.10", "3.11", "3.12" ] runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test_example.yml b/.github/workflows/test_example.yml index c8f6c14c..2f940d6d 100644 --- a/.github/workflows/test_example.yml +++ b/.github/workflows/test_example.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ "windows-latest", "ubuntu-latest" ] #, "macos-latest"] - python-version: [ "3.9", "3.10", "3.11"] + python-version: [ "3.9", "3.10", "3.11", "3.12"] runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test_optional_dependencies.yml b/.github/workflows/test_optional_dependencies.yml index 22392168..763ed95d 100644 --- a/.github/workflows/test_optional_dependencies.yml +++ b/.github/workflows/test_optional_dependencies.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ "windows-latest", "ubuntu-latest" ] #, "macos-latest"] - python-version: [ "3.9", "3.10", "3.11" ] + python-version: [ "3.9", "3.10", "3.11", "3.12" ] extra_requirements: [ "test", "examples", "docs", "dev", "all" ] runs-on: ${{matrix.os}} steps: