Skip to content

Commit

Permalink
removing python 3.6 and 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
karen-avetisyan-mc committed Feb 20, 2024
1 parent 7d8f1cf commit 81b906b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,10 @@ jobs:
strategy:
matrix:
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
include:
- os: "ubuntu-latest"
# There is no build for Python 3.6 in ubuntu>20.04.
# This unclude can be removed when we drop support for Python 3.6.
- os: "ubuntu-20.04"
python-version: "3.6"
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 81b906b

Please sign in to comment.