We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064829b commit 521be20Copy full SHA for 521be20
.github/workflows/releases-validation.yml
@@ -15,7 +15,7 @@ jobs:
15
fail-fast: false
16
matrix:
17
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04]
18
- python: [3.9.12, 3.10.8, 3.11.8]
+ python: [3.9.13, 3.10.11, 3.11.8]
19
steps:
20
- name: setup-python ${{ matrix.python }}
21
uses: actions/setup-python@v4
0 commit comments