Skip to content

Commit

Permalink
accept py-lockable v0.10.0 usage (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
jupe authored Nov 6, 2023
1 parent 48fd628 commit 1dd1eae
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 @@ -53,7 +53,7 @@
python_requires='>=3.7, <4',
install_requires=[
'pytest',
'lockable>=0.9.0,<0.10.0'
'lockable>=0.9.0,<0.11.0'
],
extras_require={ # Optional
'dev': ['pynose', 'coveralls', 'pylint', 'coverage'],
Expand Down

0 comments on commit 1dd1eae

Please sign in to comment.