18F / pulse

How the federal .gov domain space is doing at best practices and policies.
Other
94 stars 56 forks source link

Python 3.7 Support #803

Closed captn3m0 closed 5 years ago

captn3m0 commented 5 years ago

Fixes multiple issues that show up in Python 3.7:

  1. Got hit by https://github.com/jmcarp/py-cfenv/pull/3, which is fixed in 0.5.3
  2. newrelic's agent uses reserved async keyword: https://discuss.newrelic.com/t/async-and-await-will-be-reserved-keywords-in-python-3-7/53297/2
  3. pyyaml version bumped to to 3.13 (There is a 4beta out as well)