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

Migrate to GitHub Actions. #72

Merged
merged 7 commits into from
Mar 22, 2021
Merged

Migrate to GitHub Actions. #72

merged 7 commits into from
Mar 22, 2021

Conversation

jezdez
Copy link
Member

@jezdez jezdez commented Mar 19, 2021

Travis CI has a new pricing model which places limits on open source.

Many projects are moving to GitHub Actions instead, including Jazzband projects:

This is based on jazzband/contextlib2#26.

It drops support for Python < 3.6 because GitHub Actions doesn't fully support them. It's EOL anyway.

Python 3.9 support is also added.

Also Django support was moved ahead quite a bit to only support >= 2.2.

TODO:

  • @jezdez to add JAZZBAND_RELEASE_KEY to the repo secrets.

@codecov
Copy link

codecov bot commented Mar 19, 2021

Codecov Report

Merging #72 (c1b77d9) into master (5b253e6) will decrease coverage by 6.30%.
The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
- Coverage   95.83%   89.52%   -6.31%     
==========================================
  Files           5        4       -1     
  Lines         312      296      -16     
  Branches        0       60      +60     
==========================================
- Hits          299      265      -34     
- Misses         13       15       +2     
- Partials        0       16      +16     
Impacted Files Coverage Δ
menu/__init__.py 71.42% <71.42%> (-28.58%) ⬇️
menu/menu.py 90.90% <100.00%> (-6.00%) ⬇️
menu/tests/test_menu.py 100.00% <100.00%> (ø)
menu/templatetags/menu.py 61.70% <0.00%> (-19.15%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5b253e6...c1b77d9. Read the comment docs.

@jezdez jezdez requested a review from mbeijen March 19, 2021 18:35
Version 2.0.0 - Released ...
- Dropped support for Django < 2.2
- Dropped support for Python < 3.6

Copy link
Member Author

Choose a reason for hiding this comment

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

Obviously this is quite the step, but the old Python and Django versions aren't really supported anymore and we should use the oppurtunity to make the jump.

@jezdez jezdez merged commit 4ac7a90 into master Mar 22, 2021
@jezdez jezdez deleted the gha branch March 22, 2021 14:13
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