Skip to content

Commit

Permalink
Merge pull request #135 from rdeits/test-py310
Browse files Browse the repository at this point in the history
Test python3.10 and drop python3.6
  • Loading branch information
rdeits committed Apr 19, 2023
2 parents 794a402 + 5d4d6c0 commit 763ac31
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: ["3.7", "3.8", "3.9", "3.10"]
os: [ubuntu-latest, windows-latest]
include:
- os: ubuntu-20.04
python-version: 3.6
- os: windows-latest
python-version: 3.6

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 763ac31

Please sign in to comment.