Skip to content

Commit

Permalink
Run test suite on 3.11-dev (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam authored Jun 7, 2022
1 parent bf569ca commit d8008a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.10", "3.11-dev"]
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
rev: "v1.12.1"
hooks:
- id: blacken-docs
additional_dependencies: ["black==22.1.0"]
additional_dependencies: ["black==22.3.0"]
- repo: https://gitlab.com/pycqa/flake8
rev: "3.9.2"
hooks:
Expand Down

0 comments on commit d8008a5

Please sign in to comment.