Skip to content

Commit

Permalink
Move CI to be >=3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Feb 2, 2022
1 parent 127811a commit ea269bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.6, 3.9]
python-version: ["3.8", "3.9", "3.10"]
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2.2.2
with:
Expand Down

0 comments on commit ea269bc

Please sign in to comment.