We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4a65a commit 89738afCopy full SHA for 89738af
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
13
steps:
14
- uses: actions/checkout@v4
15
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v4
16
with:
17
python-version: ${{matrix.python-version}}
18
- run: |
0 commit comments