Skip to content

Commit 998eb5a

Browse files
authored
Drop support for Python 3.8 (#560)
1 parent 5f33b62 commit 998eb5a

12 files changed

+231
-308
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: [ubuntu-latest, macos-latest, windows-latest]
35-
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
35+
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
3636

3737
env:
3838
PYTHON: ${{ matrix.python }}

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,3 @@ repos:
2222
types: [python]
2323
language: system
2424
pass_filenames: false
25-
- id: pyupgrade
26-
name: Pyupgrade
27-
entry: pyupgrade --py38-plus
28-
types: [python]
29-
language: system

0 commit comments

Comments
 (0)