Skip to content

Commit d5bb01b

Browse files
authored
Tune GitHub CI (#296)
1 parent ccd4c53 commit d5bb01b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
lint:
2020
name: Linter
2121
runs-on: ubuntu-latest
22-
timeout-minutes: 5
22+
timeout-minutes: 30 # pre-commit env update can take time
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v2
@@ -47,7 +47,7 @@ jobs:
4747
needs: lint
4848
strategy:
4949
matrix:
50-
pyver: ["3.7", "3.8", "3.9", "3.10"]
50+
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
5151
os: [ubuntu, macos, windows]
5252
include:
5353
- pyver: pypy-3.8

0 commit comments

Comments
 (0)