Skip to content

Commit

Permalink
[3.13] CI: Bump Python to 3.13 and mypy to 1.12 in mypy workflow (GH-… (
Browse files Browse the repository at this point in the history
python#125596)

[3.13] CI: Bump Python to 3.13 and mypy to 1.12 in mypy workflow (pythonGH-125592)

(cherry picked from commit d83fcf8)
  • Loading branch information
Eclips4 authored Oct 16, 2024
1 parent 18b9079 commit 3fda8a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.13"
cache: pip
cache-dependency-path: Tools/requirements-dev.txt
- run: pip install -r Tools/requirements-dev.txt
Expand Down
2 changes: 1 addition & 1 deletion Tools/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Requirements file for external linters and checks we run on
# Tools/clinic, Tools/cases_generator/, and Tools/peg_generator/ in CI
mypy==1.10.0
mypy==1.12

# needed for peg_generator:
types-psutil==5.9.5.20240423
Expand Down

0 comments on commit 3fda8a8

Please sign in to comment.