Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: py310 and py311
  • Loading branch information
cmp0xff committed Aug 18, 2025
commit 0c7b5feeb90e4989c293e4dd467908cc27e6e275
2 changes: 1 addition & 1 deletion pandas-stubs/_typing.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ from typing import (
TypedDict,
Union,
overload,
override,
)

import numpy as np
Expand All @@ -39,6 +38,7 @@ from typing_extensions import (
ParamSpec,
TypeAlias,
TypeVar,
override,
)

from pandas._libs.interval import Interval
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ args = [
{ name = "nightly", positional = false, default = false, type = "boolean", required = false, help = "Compare against pandas nightly (off by default)" },
]

[tool.ruff]
target-version = 'py310'

[tool.black]
target-version = ['py310']
Expand Down
Loading