Skip to content

Commit

Permalink
ci: update python version required to use
Browse files Browse the repository at this point in the history
  • Loading branch information
tbdsux committed Sep 2, 2022
1 parent 8b2ac77 commit a101af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]

python-version: ["3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit a101af6

Please sign in to comment.