Skip to content

Commit

Permalink
Merge pull request #175 from ynput/bugfix/freeze-pip-for-py37-support
Browse files Browse the repository at this point in the history
🧊 freeze pip to version still supporting python 3.7
  • Loading branch information
iLLiCiTiT authored Oct 10, 2024
2 parents ec804e1 + ecde6d8 commit a1f06e4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ QtPy = "^2.3.0"
pywin32 = { version = "301", markers = "sys_platform == 'win32'" }
python3-xlib = { version="*", markers = "sys_platform == 'linux'"}
distro = { version="^1.9.0", markers = "sys_platform == 'linux'"}
pip = "24.0"

[tool.poetry.dev-dependencies]
flake8 = "^6.0"
Expand Down

0 comments on commit a1f06e4

Please sign in to comment.