From 6dcd348e698e7bf8d0e317e7ff235a7e91c3fb56 Mon Sep 17 00:00:00 2001 From: Brian Skinn Date: Sun, 8 Oct 2023 11:44:29 -0400 Subject: [PATCH] Add trial bumps to unqualified Python 3.12 --- .github/workflows/ci_tests.yml | 3 +-- azure-pipelines.yml | 2 ++ azure-sdisttest.yml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index aea1cdf..d0593d4 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ['3.8', '3.9', '3.10', '3.11', '3.12.0-rc.3'] + python: ['3.8', '3.9', '3.10', '3.11', '3.12'] if: "!contains(github.event.head_commit.message, '[skip ci]')" steps: @@ -68,4 +68,3 @@ jobs: run: | pytest --cov tox -e sdist_install - \ No newline at end of file diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9b65f92..910ca23 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,6 +20,8 @@ jobs: spec: '3.10' py311: spec: '3.11' + py312: + spec: '3.12' platforms: [linux, windows, macOs] - template: azure-sdisttest.yml diff --git a/azure-sdisttest.yml b/azure-sdisttest.yml index 933fe90..9f7e2a3 100644 --- a/azure-sdisttest.yml +++ b/azure-sdisttest.yml @@ -11,7 +11,7 @@ jobs: steps: - task: UsePythonVersion@0 inputs: - versionSpec: '3.10' + versionSpec: '3.11' - task: Cache@2 inputs: