Skip to content

Commit a387c5b

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

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,11 @@ jobs:
5454
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5555
with:
5656
persist-credentials: false
57-
- uses: actions/setup-python@v6
57+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5858
# 3.11.0 isn't available through setup-uv
5959
with:
6060
python-version: ${{ matrix.python-version }}
61+
allow-prereleases: true
6162
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
6263
with:
6364
enable-cache: true
@@ -110,7 +111,7 @@ jobs:
110111
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
111112
with:
112113
persist-credentials: false
113-
- uses: actions/setup-python@v6
114+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
114115
# 3.11.0 isn't available through setup-uv
115116
with:
116117
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)