diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 627bb2e7c..7ea33944a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,7 +23,7 @@ stages: displayName: "download data" - task: UsePythonVersion@0 inputs: - versionSpec: '3.2' + versionSpec: '3.12' displayName: 'Use Python $(python.version)' - script: python build_utils/cut_changelog.py changelog_cut.md displayName: "Cut changelog" diff --git a/tox.ini b/tox.ini index efe3a7529..71a00f99a 100644 --- a/tox.ini +++ b/tox.ini @@ -120,7 +120,7 @@ commands = [testenv:docs] deps = {[testenv]deps} - -rrequirements/constraints_py3.11_docs.txt + -rrequirements/constraints_py3.12_docs.txt allowlist_externals = make tar