Skip to content

Commit

Permalink
[tests] remove lint tests for Python 3.10-3.12; they are done by CI now
Browse files Browse the repository at this point in the history
Change-Id: Id14f8770fcf93c09962d3369bd3d143b9b579bd2
  • Loading branch information
xqt committed Aug 8, 2024
1 parent 8f6486b commit 37dbddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false

matrix:
python-version: [ "pypy3.7", "pypy3.10", "3.10", "3.11", "3.12", "3.13.0-alpha - 3.13.0", "3.14-dev" ]
python-version: [ "pypy3.7", "pypy3.10", "3.13.0-alpha - 3.13.0", "3.14-dev" ]
deps: [ flake8, hacking ]
exclude:
- deps: hacking
Expand Down

0 comments on commit 37dbddd

Please sign in to comment.