Skip to content

Commit

Permalink
Update python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lra committed Nov 4, 2023
1 parent f35c721 commit 7a9cc59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:
strategy:
matrix:
python-version:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
container: python:${{ matrix.python-version }}
steps:
- run: pip install pipenv
Expand Down

0 comments on commit 7a9cc59

Please sign in to comment.