Skip to content

Commit

Permalink
Python 3.6 no longer supported by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Maumagnaguagno committed Apr 18, 2023
1 parent 1a4e407 commit 3813b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, '3.10', 3.11]
python-version: [2.7, 3.7, 3.8, 3.9, '3.10', 3.11]
fail-fast: false
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3813b7a

Please sign in to comment.