Skip to content

Drop support for python < 3.11 and add support for 3.13 - #482

Merged
larsevj merged 5 commits into
mainfrom
drop_py389
Nov 4, 2025
Merged

Drop support for python < 3.11 and add support for 3.13#482
larsevj merged 5 commits into
mainfrom
drop_py389

Conversation

@larsevj

@larsevj larsevj commented Oct 30, 2025

Copy link
Copy Markdown
Collaborator

Similar to other fmu repos.

@codecov-commenter

codecov-commenter commented Oct 30, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.75%. Comparing base (a2c5e85) to head (b1ebe69).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #482   +/-   ##
=======================================
  Coverage   98.75%   98.75%           
=======================================
  Files          17       17           
  Lines        2723     2723           
=======================================
  Hits         2689     2689           
  Misses         34       34           

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

@larsevj
larsevj requested review from alifbe and Copilot October 30, 2025 12:40

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull Request Overview

This PR drops support for Python versions below 3.11 and adds support for Python 3.13, aligning with other FMU repositories. The changes update the minimum Python version requirement from 3.8 to 3.11 and extend support through Python 3.13.

  • Updated Python version requirements across configuration files
  • Modernized CI/CD workflows to test only supported Python versions
  • Cleaned up project configuration by removing deprecated pylint settings

Reviewed Changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
pyproject.toml Updated Python version requirements and classifiers, removed pylint configuration
README.md Updated Python version badge to reflect new supported versions
.pylintrc Removed entire pylint configuration file
.github/workflows/pyscal.yml Updated CI matrix to test Python 3.11-3.13, fixed pip install syntax
.github/workflows/codecov.yml Removed hardcoded Python version environment variables

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/pyscal.yml Outdated

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 6 out of 7 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/codecov.yml Outdated
Comment thread tests/test_logging.py

@alifbe alifbe left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM 👍

@larsevj
larsevj merged commit 095e1bf into main Nov 4, 2025
6 checks passed
@larsevj
larsevj deleted the drop_py389 branch November 4, 2025 08:20
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.

4 participants