-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
Version 2.0.0 - Released ... | ||
- Dropped support for Django < 2.2 | ||
- Dropped support for Python < 3.6 | ||
|
There was a problem hiding this comment.
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.
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:
JAZZBAND_RELEASE_KEY
to the repo secrets.