Skip to content

Drop support for Python 3.7 #214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 20, 2023
Merged

Drop support for Python 3.7 #214

merged 2 commits into from
Jul 20, 2023

Conversation

bgilbert
Copy link
Member

@bgilbert bgilbert commented Jul 18, 2023

It's EOL as of June 27. Debian oldstable has 3.9, Ubuntu 20.04 has 3.8, RHEL 9 has 3.9, and RHEL 8 has 3.6 by default but 3.8+ available from appstream.

This lets us drop the PATH workaround for Windows.

Also, in the example programs, remember to try importing openslide on Windows even if the OPENSLIDE_PATH environment variable isn't set.

bgilbert added 2 commits July 18, 2023 02:25
On Windows, if the OPENSLIDE_PATH environment variable isn't set, remember
to try importing openslide anyway, in case it's available in the system
search path.

Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
It's EOL as of June 27.  Debian oldstable has 3.9, Ubuntu 20.04 has 3.8,
RHEL 9 has 3.9, and RHEL 8 has 3.6 by default but 3.8+ available from
appstream.

This lets us drop the PATH workaround for Windows.

Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
@github-actions
Copy link

DCO signed off ✔️

All commits have been signed off. You have certified to the terms of the Developer Certificate of Origin, version 1.1. In particular, you certify that this contribution has not been developed using information obtained under a non-disclosure agreement or other license terms that forbid you from contributing it under the GNU Lesser General Public License, version 2.1.

@bgilbert bgilbert merged commit 2e6418e into openslide:main Jul 20, 2023
@bgilbert bgilbert deleted the python3.7 branch July 20, 2023 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant