Skip to content

Commit

Permalink
tests: Add more Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxins committed Jan 2, 2024
1 parent 20d095d commit 04f1885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12]

steps:
- name: Maximize runner space
Expand All @@ -24,7 +24,7 @@ jobs:
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'

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

0 comments on commit 04f1885

Please sign in to comment.