Skip to content

Commit

Permalink
Add python 3.10 to build tests correct pre-commit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
timsavage committed May 10, 2022
1 parent 56b40a7 commit c9c25c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]

name: Test Python ${{ matrix.python-version }}
steps:
Expand Down
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ repos:
rev: 22.3.0
hooks:
- id: black
language_version: python3.6

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

0 comments on commit c9c25c6

Please sign in to comment.