Skip to content

Commit

Permalink
Update unit-tests python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
noahbroyles authored Feb 23, 2024
1 parent d6d5e66 commit c512a41
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
paths:
- 'secsie/**'
- 'tests/**'
- '.github/workflows/unit-tests.yaml'
pull_request:
paths:
- 'secsie/**'
Expand All @@ -21,12 +22,12 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

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

Expand Down

0 comments on commit c512a41

Please sign in to comment.