Skip to content

Commit

Permalink
Remove Python version check for truststore
Browse files Browse the repository at this point in the history
This follows what was done in commit 2f94674.
  • Loading branch information
guihkx committed Nov 16, 2024
1 parent 80f3e1b commit 3327cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ PyGObject; sys_platform == "linux" # required for better system tray support on

# environment-dependent dependencies
pywin32; sys_platform == "win32"
truststore; python_version >= "3.10"
truststore

0 comments on commit 3327cd6

Please sign in to comment.