Skip to content

Commit fc37c83

Browse files
authored
CLN: correct file names in a comment in _optional.py (#57558)
correct file names in a comment in _optional.py
1 parent 654f932 commit fc37c83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: pandas/compat/_optional.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
if TYPE_CHECKING:
1717
import types
1818

19-
# Update install.rst & setup.cfg when updating versions!
19+
# Update install.rst, actions-39-minimum_versions.yaml,
20+
# deps_minimum.toml & pyproject.toml when updating versions!
2021

2122
VERSIONS = {
2223
"adbc-driver-postgresql": "0.8.0",

0 commit comments

Comments
 (0)