PSLmodels / OG-UK

An overlapping generations model to simulate fiscal policy the United Kingdom.
https://pslmodels.github.io/OG-UK
Other
6 stars 7 forks source link

Limit to Python 3.7 #29

Closed jdebacker closed 3 years ago

jdebacker commented 3 years ago

This PR changes the environment to ensure that Python 3.7 is used. It also removes testing on Python 3.8.

The OpenFisca platform is not engineered to work beyond Python 3.7 at the moment.

Addresses Issue #28.

codecov[bot] commented 3 years ago

Codecov Report

Merging #29 (665c2f3) into main (11a9782) will decrease coverage by 0.40%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #29      +/-   ##
==========================================
- Coverage   54.38%   53.98%   -0.41%     
==========================================
  Files           4        4              
  Lines         114      113       -1     
==========================================
- Hits           62       61       -1     
  Misses         52       52              
Flag Coverage Δ
unittests 53.98% <100.00%> (-0.41%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
oguk/get_micro_data.py 58.13% <100.00%> (ø)
oguk/tests/test_get_micro_data.py 83.87% <0.00%> (-0.51%) :arrow_down:

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 11a9782...665c2f3. Read the comment docs.