Skip to content

Commit

Permalink
actions to v4 & py11 & py12
Browse files Browse the repository at this point in the history
  • Loading branch information
klinga committed Feb 3, 2024
1 parent a74af30 commit a422977
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: build
on:
push:
branches: master
branches: main
pull_request:
branches: master
branches: main
jobs:
test:
runs-on: ubuntu-latest
strategy:
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"]
name: Python ${{ matrix.python-version}}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version}}
- name: Install dependencies
Expand Down

0 comments on commit a422977

Please sign in to comment.