Skip to content

Commit

Permalink
MNT: Deprecate Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbisme committed Jan 19, 2023
1 parent e512ad9 commit b13250f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os:
[
ubuntu-18.04,
Expand Down

0 comments on commit b13250f

Please sign in to comment.