Skip to content

Commit

Permalink
Twisted does not support python 3.7 anymore?
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlatr authored Aug 29, 2023
1 parent f38bb60 commit 1cef26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
tox -e test
- name: Run unit tests with latest Twisted version
if: matrix.python-version != '3.6' && matrix.python-version != 'pypy-3.6'
if: matrix.python-version != '3.7' && matrix.python-version != '3.6' && matrix.python-version != 'pypy-3.6'
run: |
tox -e test-latest-twisted
Expand Down

0 comments on commit 1cef26e

Please sign in to comment.