Skip to content

Add support for Python 3.15#123

Merged
hugovk merged 2 commits intotermcolor:mainfrom
hugovk:add-3.15
Oct 25, 2025
Merged

Add support for Python 3.15#123
hugovk merged 2 commits intotermcolor:mainfrom
hugovk:add-3.15

Conversation

@hugovk
Copy link
Copy Markdown
Member

@hugovk hugovk commented Oct 25, 2025

Now in alpha:

Also remove some outdated coverage.py config.

@hugovk hugovk added the changelog: Added For new features label Oct 25, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (e923aea) to head (7534843).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #123   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          180       180           
  Branches        22        22           
=========================================
  Hits           180       180           
Flag Coverage Δ
macos-latest 100.00% <ø> (ø)
ubuntu-latest 100.00% <ø> (ø)
windows-latest 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@hugovk hugovk merged commit a47f0af into termcolor:main Oct 25, 2025
41 checks passed
@hugovk hugovk deleted the add-3.15 branch October 25, 2025 16:01
schwarlex pushed a commit to la-demos/vcluster-workshop-prep that referenced this pull request Feb 11, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [termcolor](https://github.com/termcolor/termcolor) ([changelog](https://github.com/termcolor/termcolor/releases)) | packages | minor | `==3.0.1` -> `==3.3.0` |

---

### Release Notes

<details>
<summary>termcolor/termcolor (termcolor)</summary>

### [`v3.3.0`](https://github.com/termcolor/termcolor/releases/tag/3.3.0)

[Compare Source](termcolor/termcolor@3.2.0...3.3.0)

#### Added

- Add support for italic ([#&#8203;128](termcolor/termcolor#128)) [@&#8203;hugovk](https://github.com/hugovk)

#### Fixed

- `can_colorize`: Expect `fileno()` to raise `OSError`, as documented ([#&#8203;126](termcolor/termcolor#126)) [@&#8203;hugovk](https://github.com/hugovk)

### [`v3.2.0`](https://github.com/termcolor/termcolor/releases/tag/3.2.0)

[Compare Source](termcolor/termcolor@3.1.0...3.2.0)

#### Added

- Expose `can_colorize` as public API ([#&#8203;114](termcolor/termcolor#114)) [@&#8203;hugovk](https://github.com/hugovk)
- Add support for Python 3.15 ([#&#8203;123](termcolor/termcolor#123)) [@&#8203;hugovk](https://github.com/hugovk)

#### Changed

- Drop support for Python 3.9 ([#&#8203;121](termcolor/termcolor#121)) [@&#8203;hugovk](https://github.com/hugovk)
- Replace action-pre-commit-uv with prek-action ([#&#8203;124](termcolor/termcolor#124)) [@&#8203;hugovk](https://github.com/hugovk)

### [`v3.1.0`](https://github.com/termcolor/termcolor/releases/tag/3.1.0)

[Compare Source](termcolor/termcolor@3.0.1...3.1.0)

#### Added

- Add true colour RGB option as input arguments ([#&#8203;102](termcolor/termcolor#102)) [@&#8203;icyveins7](https://github.com/icyveins7)
- Cache system lookups to save invocation time ([#&#8203;107](termcolor/termcolor#107)) [@&#8203;miketheman](https://github.com/miketheman)
- Advertise typing via classifier ([#&#8203;104](termcolor/termcolor#104)) [@&#8203;miketheman](https://github.com/miketheman)

#### Changed

- Migrate coverage configuration to `pyproject.toml` ([#&#8203;105](termcolor/termcolor#105)) [@&#8203;miketheman](https://github.com/miketheman)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMjcuMiIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: https://kubara.git.onstackit.cloud/STACKIT/kubara/pulls/91
Co-authored-by: Matthias_Huether <matthias.huether_ext@external.stackit.cloud>
Co-committed-by: Matthias_Huether <matthias.huether_ext@external.stackit.cloud>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog: Added For new features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant