Skip to content

Stop testing unsupported Python 3.8 and 3.9 (again)#417

Open
DimitriPapadopoulos wants to merge 1 commit intoastanin:masterfrom
DimitriPapadopoulos:python_versions
Open

Stop testing unsupported Python 3.8 and 3.9 (again)#417
DimitriPapadopoulos wants to merge 1 commit intoastanin:masterfrom
DimitriPapadopoulos:python_versions

Conversation

@DimitriPapadopoulos
Copy link
Contributor

Either support Python 3.8 and 3.9 officially and keep testing these versions, or stop testing. This grey area where you don't support versions but still test them just in case doesn't help. For example, ruff targets requires-python and generates code that may not be compatible with earlier versions. Such code will break CI tests with unsupported versions of Python.

Either support Python 3.8 and 3.9 officially and keep testing these
versions, or stop testing. This grey area where you don't support
versions but still test them just in case doesn't help. For example,
ruff targets `requires-python` and generates code that may not be
compatible with earlier versions. Such code will break CI tests
with unsupported versions of Python.
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.45%. Comparing base (200b784) to head (25cf55d).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #417   +/-   ##
=======================================
  Coverage   84.45%   84.45%           
=======================================
  Files           1        1           
  Lines         907      907           
  Branches      218      218           
=======================================
  Hits          766      766           
  Misses        107      107           
  Partials       34       34           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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