Skip to content

Commit

Permalink
Merge pull request #65 from rettinghaus/update-tests
Browse files Browse the repository at this point in the history
Update actions
  • Loading branch information
cneud authored Jan 11, 2024
2 parents f3c6ac8 + 0f9b3e1 commit b89ec49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Lint with flake8
Expand Down

0 comments on commit b89ec49

Please sign in to comment.