Skip to content

Commit

Permalink
Update supported Python versions to be tested.
Browse files Browse the repository at this point in the history
  • Loading branch information
PIG208 authored and timabbott committed Sep 7, 2023
1 parent 4ecc81c commit a3ed087
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ jobs:
strategy:
matrix:
python-version:
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9
- "3.10"
- 3.11
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a3ed087

Please sign in to comment.