Skip to content

Commit

Permalink
Tweak build and checks (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig authored Nov 2, 2023
1 parent 2e0160f commit 51ecdd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
python: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions build/azure-pipeline.pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ extends:
template: azure-pipelines/extension/pre-release.yml@templates
parameters:
l10nSourcePaths: ./src
ghCreateTag: false
buildSteps:
- task: NodeTool@0
inputs:
Expand Down

0 comments on commit 51ecdd4

Please sign in to comment.