Skip to content

Commit

Permalink
Remove python 3.9 from main workflow (#7095)
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank authored Mar 1, 2023
1 parent 2af004b commit f4e0aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8]

env:
TOXENV: "unit"
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-latest, windows-latest]
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8]

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit f4e0aef

Please sign in to comment.