From b9054a07c5da713a2af32d8db2b212875ecb8a78 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Fri, 18 Oct 2024 11:01:21 +0200 Subject: [PATCH] fix configuration --- azure-pipelines.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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