Skip to content

Commit

Permalink
Python 3.6 is not available anymore in CI
Browse files Browse the repository at this point in the history
With the configured Ubuntu image it is not available, and it is not
worth doing a lot of work for it as 3.6 is on the way out generally
anyway.

Signed-off-by: Simo Sorce <[email protected]>
  • Loading branch information
simo5 committed Mar 15, 2023
1 parent 652afd9 commit 4f6cf30
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"fail-fast": false,
"matrix": {
"name": [
"python-36",
"python-37",
"python-38",
"python-39",
Expand All @@ -27,12 +26,6 @@
"codespell",
],
"include": [
{
"name": "python-36",
"python": "3.6",
"toxenv": "py36",
"arch": "x64",
},
{
"name": "python-37",
"python": "3.7",
Expand Down

0 comments on commit 4f6cf30

Please sign in to comment.