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

Remove support for Python 3.8 #1467

Merged
merged 4 commits into from
Aug 15, 2024

Conversation

lbianchi-lbl
Copy link
Contributor

Resolves #1462

Changes proposed in this PR:

  • Remove Python 3.8 from supported versions in docs and setup.py
  • Remove Python 3.8 from CI workflows

Legal Acknowledgement

By contributing to this software project, I agree to the following terms and conditions for my contribution:

  1. I agree my contributions are submitted under the license terms described in the LICENSE.txt file at the top level of this directory.
  2. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.

Copy link
Contributor

@bpaul4 bpaul4 left a comment

Choose a reason for hiding this comment

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

Just one non-critical comment.

There is one mention on Python 3.8 on the FAQ page: https://github.com/IDAES/idaes-pse/blob/main/docs/explanations/faq.rst. The pywin32 issue may be relevant to other Python version, in which case we could leave the FAQ as-is.

@codecov-commenter
Copy link

codecov-commenter commented Aug 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.37%. Comparing base (04fa887) to head (4696841).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1467      +/-   ##
==========================================
- Coverage   76.38%   76.37%   -0.01%     
==========================================
  Files         394      394              
  Lines       65108    65108              
  Branches    14423    14423              
==========================================
- Hits        49732    49729       -3     
- Misses      12814    12818       +4     
+ Partials     2562     2561       -1     

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

@lbianchi-lbl
Copy link
Contributor Author

Just one non-critical comment.

There is one mention on Python 3.8 on the FAQ page: https://github.com/IDAES/idaes-pse/blob/main/docs/explanations/faq.rst. The pywin32 issue may be relevant to other Python version, in which case we could leave the FAQ as-is.

Good point, I did notice this as well and opted for leaving it in for the same reason you mentioned. I propose to leave that in unless someone objects.

@lbianchi-lbl lbianchi-lbl added Priority:High High Priority Issue or PR CI:run-integration triggers_workflow: Integration labels Aug 9, 2024
@idaes-build idaes-build removed the CI:run-integration triggers_workflow: Integration label Aug 9, 2024
@andrewlee94
Copy link
Member

@lbianchi-lbl @bpaul4 I suggest we keep the discussion as well, but add a note to indicate that Python 3.8 is no longer officially supported (i.e. make it clear we left this comment there for those who wish to try (or have similar issues), but that we don't guarantee that the rest of the code will work).

@lbianchi-lbl
Copy link
Contributor Author

@lbianchi-lbl @bpaul4 I suggest we keep the discussion as well, but add a note to indicate that Python 3.8 is no longer officially supported (i.e. make it clear we left this comment there for those who wish to try (or have similar issues), but that we don't guarantee that the rest of the code will work).

@andrewlee94 I've added a note there (and the same to README.md for good measure):

image

Copy link
Member

@ksbeattie ksbeattie left a comment

Choose a reason for hiding this comment

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

LGTM

@ksbeattie ksbeattie enabled auto-merge (squash) August 15, 2024 18:33
@lbianchi-lbl lbianchi-lbl merged commit 0db4b73 into IDAES:main Aug 15, 2024
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:High High Priority Issue or PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop support for Python 3.8
6 participants