]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] CI: Bump Python to 3.13 and mypy to 1.12 in mypy workflow (GH-… (#125596)
authorKirill Podoprigora <kirill.bast9@mail.ru>
Wed, 16 Oct 2024 15:31:00 +0000 (18:31 +0300)
committerGitHub <noreply@github.com>
Wed, 16 Oct 2024 15:31:00 +0000 (15:31 +0000)
[3.13] CI: Bump Python to 3.13 and mypy to 1.12 in mypy workflow (GH-125592)

(cherry picked from commit d83fcf8371f2f33c7797bc8f5423a8bca8c46e5c)

.github/workflows/mypy.yml
Tools/requirements-dev.txt

index 1b2d998182e0f746b6be112b0186d7bda1ffb4a2..e5b05302b5ac2712a5ab1084aaaea39a2bc1eec1 100644 (file)
@@ -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
index 1767727373918f9914d3edfcac8d83f3dbd6e65b..a4261ff0a38d1bc2be534033c3b732edd33adf56 100644 (file)
@@ -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