We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32dc7dd commit b9054a0Copy full SHA for b9054a0
2 files changed
azure-pipelines.yml
@@ -23,7 +23,7 @@ stages:
23
displayName: "download data"
24
- task: UsePythonVersion@0
25
inputs:
26
- versionSpec: '3.2'
+ versionSpec: '3.12'
27
displayName: 'Use Python $(python.version)'
28
- script: python build_utils/cut_changelog.py changelog_cut.md
29
displayName: "Cut changelog"
tox.ini
@@ -120,7 +120,7 @@ commands =
120
[testenv:docs]
121
deps =
122
{[testenv]deps}
123
- -rrequirements/constraints_py3.11_docs.txt
+ -rrequirements/constraints_py3.12_docs.txt
124
allowlist_externals =
125
make
126
tar
0 commit comments