We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfe9569 + 2dd1756 commit 9b119fbCopy full SHA for 9b119fb
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v6
19
20
- name: Set up Python
21
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
22
with:
23
python-version: "3.13"
24
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
57
@@ -84,7 +84,7 @@ jobs:
84
85
86
- name: Set up Python ${{ matrix.python-version }}
87
88
89
python-version: ${{ matrix.python-version }}
90
@@ -128,7 +128,7 @@ jobs:
128
129
130
131
132
133
134
0 commit comments