Skip to content

Commit

Permalink
ci: Python 3.6 was EOL in Dec 2021; use Python 3.7 as the minimum tes…
Browse files Browse the repository at this point in the history
…ted version
  • Loading branch information
umarcor committed Feb 4, 2022
1 parent f08da11 commit cba2742
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
matrix:
include:
- { py: '3.10' , task: 310-lint }
- { py: '3.6' , task: 36-unit }
- { py: '3.7' , task: 37-unit }
- { py: '3.10' , task: 310-unit }
name: '🐧 Ubuntu · ${{ matrix.task }}'
steps:
Expand Down Expand Up @@ -147,10 +147,10 @@ jobs:
fail-fast: false
matrix:
task: [
36-acceptance-ghdl,
36-vcomponents-ghdl,
36-lint,
36-unit,
37-acceptance-ghdl,
37-vcomponents-ghdl,
37-lint,
37-unit,
]
name: '🧊 Windows · tagged · ${{ matrix.task }}'
steps:
Expand Down

0 comments on commit cba2742

Please sign in to comment.