Skip to content

Commit eb2aefe

Browse files
jorenhamjulvdb
authored andcommitted
💡 optimize.linprog: increase mypy version boud that lacks Python 3.14 support
1 parent 82949d8 commit eb2aefe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎scipy-stubs/_lib/_util.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ GeneratorType = TypeVar("GeneratorType", bound=_RNG) # noqa: PYI001 # oof
3939

4040
###
4141

42-
# mypy<=1.16.1 workaround
42+
# mypy<=1.17.0 workaround
4343
if sys.version_info >= (3, 14):
4444
# see https://github.com/python/cpython/pull/130935
4545
__conditional_annotations__: Final[set[int]] = ...

‎scipy-stubs/special/_add_newdocs.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sys
22
from typing import Final, LiteralString
33

4-
# mypy<=1.16.1 workaround
4+
# mypy<=1.17.0 workaround
55
if sys.version_info >= (3, 14):
66
# see https://github.com/python/cpython/pull/130935
77
__conditional_annotations__: Final[set[int]] = ...

0 commit comments

Comments
 (0)