Skip to content

Commit

Permalink
Update test_future.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhavl authored Jul 29, 2024
1 parent d954ee2 commit a6f8682
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ jobs:
unittest:

runs-on: ${{ matrix.os }}

continue-on-error: true

strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-12]
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
python-version: [3.9, '3.10', '3.11', '3.12']

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit a6f8682

Please sign in to comment.