Skip to content

Commit 43621a8

Browse files
authored
Merge pull request #224 from pypa/release/24.3
Update to 24.3
2 parents 3aeb098 + 90f1b11 commit 43621a8

File tree

4 files changed

+28362
-28253
lines changed

4 files changed

+28362
-28253
lines changed

.github/workflows/check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
python-version: "3.12"
5151
- uses: actions/setup-python@v5
5252
with:
53-
python-version: "3.13-dev"
53+
python-version: "3.13"
5454

5555
# Check that the scripts work.
56-
- run: nox -s check --no-error-on-missing-interpreters
56+
- run: nox -s check --no-error-on-missing-interpreters -db venv

0 commit comments

Comments
 (0)