We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0164789 commit a3520feCopy full SHA for a3520fe
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
python: [3.14, 3.9]
10
steps:
11
- uses: actions/checkout@v5
12
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
13
with:
14
python-version: ${{ matrix.python }}
15
- run: pip install --group dev
0 commit comments