Skip to content

Commit

Permalink
fix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Oct 18, 2024
1 parent 32dc7dd commit b9054a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9054a0

Please sign in to comment.