Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Drop Python 3.6
  • Loading branch information
methane committed Jan 18, 2023
commit 9910721bed74bda690bb8b30c62c61f85944e78b
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-10.15]
py: ["3.11", "3.10", "3.9", "3.8", "3.7", "3.6"]
py: ["3.11", "3.10", "3.9", "3.8", "3.7"]

runs-on: ${{ matrix.os }}
name: Run test with Python ${{ matrix.py }} on ${{ matrix.os }}
Expand Down