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

Bump Python versions to 3.9 and 3.11 in GitHub CI workflow #2702

Merged
merged 1 commit into from
Nov 4, 2023

Conversation

oskooi
Copy link
Collaborator

@oskooi oskooi commented Nov 4, 2023

The Python 3.7 build of the CI is failing due to a package conflict involving JAX. This is because the JAX PyPI package recently released version 0.4.20 requires Python >= 3.9.

Rather than pin the JAX PyPI package to an older version which would likely create package conflicts elsewhere, this PR updates the GitHub CI workflow to use the newer Python versions 3.9 and 3.11.

@codecov-commenter
Copy link

Codecov Report

Merging #2702 (3db7629) into master (eee9972) will increase coverage by 0.37%.
Report is 1 commits behind head on master.
The diff coverage is n/a.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##           master    #2702      +/-   ##
==========================================
+ Coverage   73.69%   74.06%   +0.37%     
==========================================
  Files          18       18              
  Lines        5318     5394      +76     
==========================================
+ Hits         3919     3995      +76     
  Misses       1399     1399              

see 6 files with indirect coverage changes

@oskooi oskooi merged commit ebf6ea6 into NanoComp:master Nov 4, 2023
5 checks passed
@oskooi oskooi deleted the github_ci_py_bump branch November 4, 2023 03:43
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.

2 participants