Skip to content

Commit

Permalink
Update CI pipelines. (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Sep 12, 2024
1 parent 960ec48 commit 6709e74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: 3.8
- name: Install black
run: pip install black==22.12.0
# PRs from the forked repo will trigger format-checking only.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
architecture: ['x86', 'x64']
npsupport: ['with npsupport', 'without npsupport']
steps:
Expand Down

0 comments on commit 6709e74

Please sign in to comment.