Skip to content

Commit

Permalink
Allow portalocker version 3
Browse files Browse the repository at this point in the history
See https://github.com/wolph/portalocker/releases/tag/v3.0.0;
portalocker 3 drops support for end-of-life Python versions older than
3.9. The older portalocker versions allowed in the range still cover
these Python interpreter versions.
  • Loading branch information
musicinmybrain authored and rayluo committed Jan 23, 2025
1 parent 9d372c6 commit 7a5d39e
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 @@ -20,7 +20,7 @@
python_requires=">=3.7",
install_requires=[
'msal>=1.29,<2', # Use TokenCache.search() from MSAL Python 1.29+
'portalocker<3,>=1.4',
'portalocker<4,>=1.4',

## We choose to NOT define a hard dependency on this.
# "pygobject>=3,<4;platform_system=='Linux'",
Expand Down

0 comments on commit 7a5d39e

Please sign in to comment.