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 minimum python version to 3.9 to align with TF/JAX #848

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

sampathweb
Copy link
Collaborator

Currently the tests are running with JAX==0.4.13 which was the last version that supported Python 3.8. The latest jax version is 0.4.14. TensorFlow also has dropped python 3.8 in the upcoming 2.14 release. Numpy has already dropped it. So updating keras-core to use Python 3.9 as the minimum version.

@codecov
Copy link

codecov bot commented Sep 7, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (ab45558) 75.99% compared to head (f00f113) 75.99%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #848   +/-   ##
=======================================
  Coverage   75.99%   75.99%           
=======================================
  Files         328      328           
  Lines       31099    31099           
  Branches     6051     6051           
=======================================
  Hits        23635    23635           
  Misses       5866     5866           
  Partials     1598     1598           
Flag Coverage Δ
keras_core 75.91% <ø> (ø)

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

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

@ianstenbit
Copy link
Contributor

The PR title currently says 3.8, but I think it should be 3.9, right?

I think updating to 3.9 for KerasCV should be fine.

@sampathweb sampathweb changed the title Update minimum python version to 3.8 to align with TF/JAX Update minimum python version to 3.9 to align with TF/JAX Sep 7, 2023
@sampathweb
Copy link
Collaborator Author

The PR title currently says 3.8, but I think it should be 3.9, right?

I think updating to 3.9 for KerasCV should be fine.

Thanks. Updated the PR title to 3.9.

Copy link
Contributor

@fchollet fchollet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks

@fchollet fchollet merged commit 6176ce4 into keras-team:main Sep 7, 2023
@sampathweb sampathweb deleted the update-py-ver-3.9 branch September 8, 2023 12:06
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.

3 participants