Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 99af392

Browse files
committed
fix(deps): security issues wrt black and starlette
BREAKING CHANGE: bump min Python to 3.9 for black 24+ support
1 parent 26da782 commit 99af392

File tree

3 files changed

+199
-207
lines changed

3 files changed

+199
-207
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [ "3.8", "3.9", "3.10" ]
15+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
1616
name: Run tests for Python ${{ matrix.python-version }}
1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)