Skip to content

Commit 7a5d39e

Browse files
musicinmybrainrayluo
authored andcommitted
Allow portalocker version 3
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.
1 parent 9d372c6 commit 7a5d39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
python_requires=">=3.7",
2121
install_requires=[
2222
'msal>=1.29,<2', # Use TokenCache.search() from MSAL Python 1.29+
23-
'portalocker<3,>=1.4',
23+
'portalocker<4,>=1.4',
2424

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

0 commit comments

Comments
 (0)