Skip to content

Commit

Permalink
use mypy 1.12 dev for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Oct 8, 2024
1 parent ef2cb75 commit 0697296
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion build-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# in the meantime we migrate to pyproject.toml
# this represent the minimum requirement to build (for the optional speedup)
mypy==1.9.0; python_version >= '3.8'
--find-links https://github.com/mypyc/mypy_mypyc-wheels/releases/expanded_assets/v1.12.0+dev.b2deaaecf1a11e13bc962558992b5f2d5701f295
mypy==1.11.2; python_version >= '3.8' and python_version < '3.13'
mypy==1.12.0; python_version >= '3.13'
mypy==1.4.1; python_version < '3.8'
build==0.10.0
wheel==0.42.0
5 changes: 3 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
--find-links https://github.com/mypyc/mypy_mypyc-wheels/releases/expanded_assets/v1.12.0+dev.b2deaaecf1a11e13bc962558992b5f2d5701f295
flake8==5.0.4
chardet==5.1.0
isort==5.11.4
codecov==2.1.13
pytest-cov==4.1.0
build==0.10.0
wheel==0.42.0

black==23.3.0
mypy==1.11.2; python_version >= '3.8'
mypy==1.11.2; python_version >= '3.8' and python_version < '3.13'
mypy==1.12.0; python_version >= '3.13'
mypy==1.4.1; python_version < '3.8'
Flask==2.2.3
pytest>=7.4.4,<=8.3.3
Expand Down

0 comments on commit 0697296

Please sign in to comment.