Skip to content

Commit

Permalink
Update Python versions in test matrix (#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 authored Jan 4, 2023
1 parent cb42f68 commit 59c6177
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ jobs:
strategy:
matrix:
python:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
os:
- 'ubuntu-latest'
- 'macOs-latest'
Expand Down

0 comments on commit 59c6177

Please sign in to comment.