Skip to content

Commit

Permalink
[3.12] CI: Bump Python to 3.13 and mypy to 1.12 in mypy workflow (pyt…
Browse files Browse the repository at this point in the history
…honGH-125592)

* Bump mypy to 1.12 & Python to 3.13

* Remove unnecessary `type: ignore`
(cherry picked from commit d83fcf8)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
  • Loading branch information
Eclips4 committed Oct 16, 2024
1 parent cbd50a4 commit 819177a
Show file tree
Hide file tree
Showing 3 changed files with 557 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
<<<<<<< HEAD
python-version: "3.x"
=======
python-version: "3.13"
>>>>>>> d83fcf8371f (CI: Bump Python to 3.13 and mypy to 1.12 in mypy workflow (#125592))
cache: pip
cache-dependency-path: Tools/requirements-dev.txt
- run: pip install -r Tools/requirements-dev.txt
Expand Down
Loading

0 comments on commit 819177a

Please sign in to comment.