Skip to content

Commit 30a5738

Browse files
committed
fixup! DEP: drop support for CPython 3.10
1 parent 18e26ce commit 30a5738

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,12 @@ jobs:
5454
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5555
with:
5656
persist-credentials: false
57-
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
57+
- uses: actions/setup-python@v6
58+
# 3.11.0 isn't available through setup-uv
5859
with:
5960
python-version: ${{ matrix.python-version }}
61+
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
62+
with:
6063
enable-cache: true
6164
prune-cache: false
6265
cache-suffix: covcheck
@@ -107,9 +110,12 @@ jobs:
107110
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
108111
with:
109112
persist-credentials: false
110-
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
113+
- uses: actions/setup-python@v6
114+
# 3.11.0 isn't available through setup-uv
111115
with:
112116
python-version: ${{ matrix.python-version }}
117+
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
118+
with:
113119
enable-cache: true
114120
prune-cache: false
115121
cache-suffix: concurrency

0 commit comments

Comments
 (0)