Skip to content

Commit

Permalink
Merge pull request #58 from j-andrews7/cicd-updates
Browse files Browse the repository at this point in the history
CI/CD updates
  • Loading branch information
esqew authored Oct 20, 2023
2 parents 0c3d71b + 1751cb1 commit 378b5e2
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: Python package
on:
push:
branches:
- master
pull_request:
branches:
- master

on: [push]
concurrency:
group: ${{ github.repository }}
cancel-in-progress: true

jobs:
pytest:
Expand All @@ -9,7 +18,7 @@ jobs:
max-parallel: 1
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

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

Expand Down

0 comments on commit 378b5e2

Please sign in to comment.