Skip to content

Commit

Permalink
Skip checking for updates on unsupported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed Dec 12, 2024
1 parent 6ddc7e5 commit 8abe373
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spyder/plugins/updatemanager/widgets/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
not is_conda_env(sys.prefix)
and osp.exists(osp.join(get_path('stdlib'), 'EXTERNALLY-MANAGED'))
)
or sys.platform not in ('linux', 'darwin', 'win32') # Supported platforms
)


Expand Down

0 comments on commit 8abe373

Please sign in to comment.