Skip to content

Commit b9054a0

Browse files
committed
fix configuration
1 parent 32dc7dd commit b9054a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ stages:
2323
displayName: "download data"
2424
- task: UsePythonVersion@0
2525
inputs:
26-
versionSpec: '3.2'
26+
versionSpec: '3.12'
2727
displayName: 'Use Python $(python.version)'
2828
- script: python build_utils/cut_changelog.py changelog_cut.md
2929
displayName: "Cut changelog"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ commands =
120120
[testenv:docs]
121121
deps =
122122
{[testenv]deps}
123-
-rrequirements/constraints_py3.11_docs.txt
123+
-rrequirements/constraints_py3.12_docs.txt
124124
allowlist_externals =
125125
make
126126
tar

0 commit comments

Comments
 (0)