Skip to content

Commit

Permalink
[windows-] update windows-curses version to 2.4.1
Browse files Browse the repository at this point in the history
The windows-curses update adds support for Python 3.13.
  • Loading branch information
midichef authored and anjakefala committed Jan 11, 2025
1 parent 6b0a78a commit 72b003a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
py_modules=["visidata"],
install_requires=[
"python-dateutil",
'windows-curses >= 2.4; platform_system == "Windows"', # 2119
'windows-curses >= 2.4.1; platform_system == "Windows"', # 2119
'importlib_resources; python_version<"3.9"',
],
packages=[
Expand Down

0 comments on commit 72b003a

Please sign in to comment.