From 25a49e8dfb3b3060fb4faec75167b4fd5994a57a Mon Sep 17 00:00:00 2001 From: edtechre Date: Mon, 25 Mar 2024 23:56:06 -0700 Subject: [PATCH] Add Python 3.12 to test envs. --- .github/workflows/main.yml | 10 ++++++---- .github/workflows/schedule.yml | 10 +++++----- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 06b8348..4fbc890 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-python@v4.0.0 with: - python-version: "3.11" + python-version: "3.12" - name: Install tox run: python -m pip install tox @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-python@v4.0.0 with: - python-version: "3.11" + python-version: "3.12" - name: Install tox run: python -m pip install tox @@ -44,7 +44,7 @@ jobs: - uses: actions/setup-python@v4.0.0 with: - python-version: "3.11" + python-version: "3.12" - name: Install tox run: python -m pip install tox @@ -58,6 +58,8 @@ jobs: strategy: matrix: python: + - version: "3.12" + toxenv: "py312" - version: "3.11" toxenv: "py311" - version: "3.10" @@ -85,7 +87,7 @@ jobs: - uses: actions/setup-python@v4.0.0 with: - python-version: "3.11" + python-version: "3.12" - name: Install build run: python -m pip install build diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index 4bc391d..836581a 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-python@v4.0.0 with: - python-version: "3.11" + python-version: "3.12" - name: Install tox run: python -m pip install tox @@ -29,7 +29,7 @@ jobs: - uses: actions/setup-python@v4.0.0 with: - python-version: "3.11" + python-version: "3.12" - name: Install tox run: python -m pip install tox @@ -45,7 +45,7 @@ jobs: - uses: actions/setup-python@v4.0.0 with: - python-version: "3.11" + python-version: "3.12" - name: Install tox run: python -m pip install tox @@ -59,7 +59,7 @@ jobs: strategy: matrix: python: - - version: "3.11" + - version: "3.12" toxenv: "py311" - version: "3.10" toxenv: "py310" @@ -86,7 +86,7 @@ jobs: - uses: actions/setup-python@v4.0.0 with: - python-version: "3.11" + python-version: "3.12" - name: Install build run: python -m pip install build