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

Update to Python 3.10, NumPy, and PolicyEngine-core #59

Merged
merged 4 commits into from
Oct 9, 2023

Conversation

rickecon
Copy link
Collaborator

@rickecon rickecon commented Oct 9, 2023

  • make format and make documentation has been run. (You may also want to run make test.)

This PR:

  • Updates the Python version to 3.10 in environment.yml, setup.py, README.md, build_and_test.yml, deploy_docs.yml, docs_check.yml, and publish_to_pypi.yml.
  • Adds back the Windows CI tests to `build_and_test.yml. See Issue Add back Windows GH Action CI tests #49.
  • Updates to numpy>=1.24,<1.24 and policyengine-core>=2.8,<3 in setup.py. This change is what enabled the update to Python 3.10 and came from PR #117 to policyengine-core.

@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (888da46) 96.68% compared to head (061a0c2) 96.68%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #59   +/-   ##
=======================================
  Coverage   96.68%   96.68%           
=======================================
  Files        1401     1401           
  Lines       21676    21681    +5     
  Branches      195      201    +6     
=======================================
+ Hits        20957    20962    +5     
  Misses        698      698           
  Partials       21       21           
Flag Coverage Δ
unittests 96.68% <ø> (+<0.01%) ⬆️

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

see 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rickecon rickecon linked an issue Oct 9, 2023 that may be closed by this pull request
@rickecon rickecon merged commit d2b8948 into TheCGO:main Oct 9, 2023
@rickecon rickecon deleted the env branch October 9, 2023 07:32
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.

Add back Windows GH Action CI tests
1 participant