Skip to content

Commit

Permalink
Remove Python 3.6 builds from test.yml Actions worklow
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jul 7, 2024
1 parent 2ee3258 commit aff1f2a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: 3.6
python-release: v3.6
python-impl: CPython
- python-version: 3.7
python-release: v3.7
python-impl: CPython
Expand All @@ -36,9 +33,6 @@ jobs:
- python-version: '3.12'
python-release: v3.12
python-impl: CPython
- python-version: pypy-3.6
python-release: v3.6
python-impl: PyPy
- python-version: pypy-3.7
python-release: v3.7
python-impl: PyPy
Expand Down Expand Up @@ -81,9 +75,6 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: 3.6
python-release: v3.6
python-impl: CPython
- python-version: 3.7
python-release: v3.7
python-impl: CPython
Expand Down Expand Up @@ -143,9 +134,6 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: 3.6
python-release: v3.6
python-impl: CPython
- python-version: 3.7
python-release: v3.7
python-impl: CPython
Expand Down

0 comments on commit aff1f2a

Please sign in to comment.