-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
build: Add python 3.8 to the build matrix #9827
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9827 +/- ##
==========================================
+ Coverage 70.88% 71.02% +0.13%
==========================================
Files 585 585
Lines 30432 30615 +183
Branches 3152 3152
==========================================
+ Hits 21571 21743 +172
- Misses 8749 8760 +11
Partials 112 112
Continue to review full report at Codecov.
|
a7bae0a
to
55e2a7a
Compare
55e2a7a
to
0fa6184
Compare
@@ -1150,7 +1150,7 @@ def test_feature_flag_serialization(self): | |||
{"FOO": lambda x: 1, "super": "set"}, | |||
default=utils.pessimistic_json_iso_dttm_ser, | |||
) | |||
html = cgi.escape(encoded).replace("'", "'").replace('"', """) |
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.
deprecated, see https://docs.python.org/3.7/library/cgi.html#cgi.escape
0fa6184
to
ddf61f9
Compare
ddf61f9
to
637db79
Compare
SUMMARY
Upgrades some deps to support 3.6 through 3.8 and removes a deprecated function.
Note that this does not guarantee support for all db engines, only support for postgres
TEST PLAN
CI
ADDITIONAL INFORMATION
to: @john-bodley @craig-rueda @villebro @bkyryliuk