fix: support Python 3.14's color CLI (#2394)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2025-05-14 13:04:07 -04:00
committed by GitHub
parent d193a8eff5
commit cab1ff4076
7 changed files with 30 additions and 6 deletions
+2
View File
@@ -46,6 +46,8 @@ jobs:
include:
- os: ubuntu-latest
python_version: '3.11'
- os: ubuntu-latest
python_version: '3.14'
timeout-minutes: 180
steps:
- uses: actions/checkout@v4