Skip to content

Commit

Permalink
Fix shell autocompletion for Python >=3.12.8 and >=3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mlech-reef committed Dec 13, 2024
1 parent 0fe3fe0 commit 42acbd1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions changelog.d/+fix_autocomplete.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix shell autocompletion for Python >=3.12.8 and >=3.13.1.
14 changes: 7 additions & 7 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.13",
]
dependencies = [
"argcomplete>=2,<4",
"argcomplete>=3.5.2,<4",
"arrow>=1.0.2,<2.0.0",
"b2sdk>=2.6.0,<3",
"docutils>=0.18.1",
Expand Down Expand Up @@ -200,7 +200,7 @@ release = [
]
test = [
"coverage==7.2.7",
"pexpect==4.8.0",
"pexpect==4.9.0",
"pytest==8.3.3",
"pytest-cov==3.0.0",
"pytest-forked==1.6.0",
Expand Down

0 comments on commit 42acbd1

Please sign in to comment.