Skip to content

Commit

Permalink
CI: Abandon testing with Python 3.6
Browse files Browse the repository at this point in the history
Python 3.6 requires too many deprecated dependencies. Running test
under Python 3.6 is getting too complicated.

Signed-off-by: Martin Belanger <martin.belanger@dell.com>
  • Loading branch information
Martin Belanger committed Nov 2, 2023
1 parent a16b0e0 commit bda4ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10"]

steps:
- name: "CHECKOUT: nvme-stas"
Expand Down

0 comments on commit bda4ae5

Please sign in to comment.