Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

unpin py310 patch revision #61

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Setup python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.10.14
python-version: 3.10.x
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.10.14
python-version: 3.10.x
- name: Add wheel dependency
run: pip install wheel
- name: Generate dist
Expand Down