Skip to content

Conversation

teroyks
Copy link
Contributor

@teroyks teroyks commented May 22, 2025

Make the list of supported Python versions more readable by formatting it as an actual list.

This PR was originally just a confirmation that the test issue (fixed in #336) was caused by the CI environment and not code changes. But why not improve the docs while we’re at it!

Copy link

codecov bot commented May 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.18%. Comparing base (f2e0024) to head (941f144).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #335   +/-   ##
=======================================
  Coverage   86.18%   86.18%           
=======================================
  Files         129      129           
  Lines        4676     4676           
  Branches      605      605           
=======================================
  Hits         4030     4030           
  Misses        452      452           
  Partials      194      194           

☔ 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.

@teroyks
Copy link
Contributor Author

teroyks commented May 22, 2025

This was really added mainly to check if the CI test processes are working.
Alas, they are not. 🙁

@teroyks teroyks marked this pull request as ready for review May 22, 2025 13:41
@teroyks teroyks self-assigned this May 22, 2025
@teroyks teroyks requested a review from Copilot May 22, 2025 13:42
@teroyks teroyks enabled auto-merge May 22, 2025 13:43
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Improve the readability of legacy Python support notes by standardizing list formatting in the README.

  • Convert support notes for Python 3.5–3.7 into proper Markdown list items
  • Ensure consistent spacing after the dash in each bullet
Comments suppressed due to low confidence (1)

README.md:14

  • Remove the leading space before the dash so each item starts with - (no preceding whitespace) to ensure the list renders correctly in Markdown.
 - If you still need to run on Python 3.5, version 0.13.0 was the last one to support it.

@teroyks teroyks changed the title Format list of supported Python versions as a list 📝 Format list of supported Python versions as a list May 22, 2025
@teroyks teroyks force-pushed the tero/doc/format-versions-list branch from 03888f8 to 941f144 Compare May 23, 2025 11:22
@teroyks teroyks requested review from akx, dangquangdon, reuski and ruksi May 23, 2025 11:24
Copy link
Member

@akx akx left a comment

Choose a reason for hiding this comment

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

Listaculous!

@teroyks teroyks merged commit e33105b into master May 23, 2025
9 checks passed
@teroyks teroyks deleted the tero/doc/format-versions-list branch May 23, 2025 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants