Skip to content

Commit 91e7c3a

Browse files
committed
chg: Bump deps, drop python 3.8
1 parent 7344a8d commit 91e7c3a

File tree

4 files changed

+182
-347
lines changed

4 files changed

+182
-347
lines changed

.github/workflows/pytests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
16+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1717

1818
steps:
1919
- uses: actions/checkout@v4

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ repos:
1313
rev: v3.19.0
1414
hooks:
1515
- id: pyupgrade
16-
args: [--py38-plus]
16+
args: [--py39-plus]

0 commit comments

Comments
 (0)