Skip to content

Commit

Permalink
feat: added timeout and new py version
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jan 6, 2023
1 parent c8093a2 commit d47604b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ on:
jobs:
build:
name: Build
timeout-minutes: 10
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", rc]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11", rc]
runs-on: ubuntu-latest
container: python:${{ matrix.python-version }}
steps:
Expand Down

0 comments on commit d47604b

Please sign in to comment.