Skip to content

Commit c9c25c6

Browse files
committed
Add python 3.10 to build tests correct pre-commit checks
1 parent 56b40a7 commit c9c25c6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: [3.6, 3.7, 3.8, 3.9]
13+
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
1414

1515
name: Test Python ${{ matrix.python-version }}
1616
steps:

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ repos:
88
rev: 22.3.0
99
hooks:
1010
- id: black
11-
language_version: python3.6
1211

1312
- repo: https://github.com/pre-commit/mirrors-pylint
1413
rev: v3.0.0a4

0 commit comments

Comments
 (0)