Skip to content

Drop support for Python 3.8#2053

Merged
valeriupredoi merged 1 commit into
mainfrom
drop-python3.8-support
May 24, 2023
Merged

Drop support for Python 3.8#2053
valeriupredoi merged 1 commit into
mainfrom
drop-python3.8-support

Conversation

@bouweandela

@bouweandela bouweandela commented May 23, 2023

Copy link
Copy Markdown
Member

Description

Drop support for Python 3.8 because NEP 29 recommends that we drop support for Python 3.8 on Apr 14, 2023.

Closes #1995


Before you get started

Checklist

It is the responsibility of the author to make sure the pull request is ready to review. The icons indicate whether the item will be subject to the 🛠 Technical or 🧪 Scientific review.


To help with the number pull requests:

@bouweandela bouweandela added the installation Installation problem label May 23, 2023
@bouweandela bouweandela added this to the v2.9.0 milestone May 23, 2023
@codecov

codecov Bot commented May 23, 2023

Copy link
Copy Markdown

Codecov Report

Merging #2053 (a9fe4c4) into main (64f7c0f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2053   +/-   ##
=======================================
  Coverage   92.79%   92.79%           
=======================================
  Files         236      236           
  Lines       12484    12484           
=======================================
  Hits        11585    11585           
  Misses        899      899           

@bouweandela bouweandela marked this pull request as ready for review May 23, 2023 10:32

@valeriupredoi valeriupredoi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yay! I had a look about and couldn't find any more mentions of Python 3.8 - I reckon we good, man - cheers 🍺

strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10"]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll open a reminder issue to have 3.11 in here once we deploy, good reminder, dude

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

installation Installation problem

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Drop support for Python 3.8?

2 participants