Skip to content

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Sep 16, 2025

Also, use python-version: 3.x to always test on the latest stable version of Python.

Automated testing should tell us if things are broken on the latest stable version of Python before users do.
* https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#using-the-python-version-input

x-ranges to specify the latest stable version of Python (for the specified major version):

Type of Changes

Type
🐛 Bug fix
✨ New feature
🔨 Refactoring
📜 Docs

Description

Refs #XXXX

Closes #XXXX

Also, use `python-version: 3.x` to always test on the latest stable version of Python.

Automated testing should tell us if things are broken on the latest stable version of Python before users do.
* https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#using-the-python-version-input
> [x-ranges](https://github.com/npm/node-semver#x-ranges-12x-1x-12-) to specify the latest stable version of Python (for the specified major version):
@Pierre-Sassoulas Pierre-Sassoulas added Skip news 🔇 This change does not require a changelog entry Maintenance Discussion or action around maintaining pylint or the dev workflow labels Sep 16, 2025
Copy link

codecov bot commented Sep 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.89%. Comparing base (d956e03) to head (005f380).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main   #10557   +/-   ##
=======================================
  Coverage   95.89%   95.89%           
=======================================
  Files         176      176           
  Lines       19416    19416           
=======================================
  Hits        18619    18619           
  Misses        797      797           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

This comment has been minimized.

@cclauss cclauss requested a review from cdce8p September 16, 2025 10:39
Copy link
Contributor

🤖 According to the primer, this change has no effect on the checked open source code. 🤖🎉

This comment was generated for commit 005f380

@cdce8p cdce8p changed the title Enable automatic conversion from Py3.14-dev to production [ci] Allow Python prerelease versions Sep 16, 2025
@cdce8p cdce8p merged commit 4493e0a into pylint-dev:main Sep 16, 2025
34 checks passed
@cclauss cclauss deleted the patch-1 branch September 17, 2025 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintenance Discussion or action around maintaining pylint or the dev workflow Skip news 🔇 This change does not require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants