Skip to content

Commit

Permalink
Stop testing on Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock committed Aug 31, 2023
1 parent dc10abb commit daaf1c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ jobs:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
os: ["ubuntu-latest"]
experimental: [false]
include:
- python-version: "3.6"
experimental: false
os: ubuntu-20.04

runs-on: ${{ matrix.os }}
name: test-${{ matrix.python-version }}
Expand Down

0 comments on commit daaf1c8

Please sign in to comment.