Skip to content

Commit 67b1c04

Browse files
committed
push.yml
1 parent e73cb1f commit 67b1c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
# - "windows-latest"
2424
python:
2525
- "3.10"
26-
- "3.11"
2726
runs-on: ${{ matrix.platform }}
2827
steps:
2928
- uses: "actions/checkout@v4"
@@ -45,6 +44,7 @@ jobs:
4544
- uses: "astral-sh/ruff-action@v1"
4645
with:
4746
args: "format --check"
47+
version: 0.7.3
4848
# pypi:
4949
# environment:
5050
# name: "pypi.org"

0 commit comments

Comments
 (0)