Skip to content

Commit b69b412

Browse files
committed
black no longer supports python 3.9, and now fails only in 3.9 environments
removing style checks from github actions under 3.9, though not yet entirely deprecating 3.9 psf/black#4842
1 parent 3f38a0f commit b69b412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_style_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu-latest]
15-
python-version: ['3.9', '3.10', '3.11', '3.12']
15+
python-version: ['3.10', '3.11', '3.12']
1616
steps:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4

0 commit comments

Comments
 (0)