Skip to content

Commit

Permalink
Merge pull request spyder-ide#23263 from mrclary/issue-23237-platform…
Browse files Browse the repository at this point in the history
…-update

PR: Skip checking for updates on unsupported platforms
  • Loading branch information
ccordoba12 authored Dec 13, 2024
2 parents c023c4e + 8abe373 commit 4fc8149
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 4fc8149

Please sign in to comment.