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

Semi-drop Python 3.6 and 3.7 #140

Merged
merged 5 commits into from
Oct 4, 2023
Merged

Semi-drop Python 3.6 and 3.7 #140

merged 5 commits into from
Oct 4, 2023

Conversation

kytta
Copy link
Member

@kytta kytta commented Oct 4, 2023

For the sake of DX, we are dropping the full support for Python 3.6 and 3.7, that is, the versions that have reached their end-of-life.

In order to fully support Django 3.2, the package can still be installed on older Python versions, and we also keep the syntax checks to ensure the app runs on older Python versions. However, we are not testing it in any way.

kytta and others added 2 commits October 4, 2023 08:33
For the sake of DX, we are dropping the full support for Python 3.6 and
3.7, that is, the versions that have reached their end-of-life.

In order to fully support Django 3.2, the package can still be installed
on older Python versions, and the we also keep the syntax checks to
ensure the app runs on older Python versions. However, we are not
testing it in any way.
@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

Merging #140 (91d9551) into master (80fa518) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #140   +/-   ##
=======================================
  Coverage   91.02%   91.02%           
=======================================
  Files           6        6           
  Lines         323      323           
  Branches       68       68           
=======================================
  Hits          294      294           
  Misses         13       13           
  Partials       16       16           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@kytta kytta merged commit 1be1db7 into master Oct 4, 2023
17 checks passed
@kytta kytta deleted the semi-drop-py36 branch October 4, 2023 17:32
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.

1 participant