Skip to content
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

Drop support for py38 #557

Merged
merged 2 commits into from
Feb 21, 2024
Merged

Drop support for py38 #557

merged 2 commits into from
Feb 21, 2024

Conversation

unkcpz
Copy link
Member

@unkcpz unkcpz commented Feb 21, 2024

The support for Python versions follows the same timeline as that of numpy, defined in NEP 029. According to that schema, Python 3.8 is no longer support as of April 14 2023 and so official support is also dropped in AWB.

Copy link

codecov bot commented Feb 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (089247c) 87.07% compared to head (24b5e05) 87.07%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #557      +/-   ##
==========================================
- Coverage   87.07%   87.07%   -0.01%     
==========================================
  Files          27       27              
  Lines        4650     4649       -1     
==========================================
- Hits         4049     4048       -1     
  Misses        601      601              
Flag Coverage Δ
python-3.10 87.07% <100.00%> (-0.01%) ⬇️
python-3.8 ?
python-3.9 87.10% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@danielhollas danielhollas left a comment

Choose a reason for hiding this comment

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

More importantly, the current Docker stack based on Jupyter docker image is currently Python 3.9, and it was never actually 3.8, so this is a safe deprecation. It would only affect people that are still on the old old docker stack, and those should really just migrate to the new one.

Thanks @unkcpz !

setup.cfg Show resolved Hide resolved
[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
@unkcpz unkcpz merged commit 8808a3c into aiidalab:master Feb 21, 2024
8 checks passed
@unkcpz unkcpz deleted the drop-support-py38 branch February 21, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants