Skip to content

Commit aa0670a

Browse files
committed
chore(ci): remove python3.8 form ci as well
1 parent 606a75a commit aa0670a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
test:
1515
strategy:
1616
matrix:
17-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
17+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1818

1919
runs-on: ubuntu-22.04
2020
steps:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66
# See https://pre-commit.com for more information
77
# See https://pre-commit.com/hooks.html for more hooks
88
default_language_version:
9-
python: python3.10
9+
python: python3.12
1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
1212
rev: v5.0.0

0 commit comments

Comments
 (0)