Skip to content

Commit

Permalink
Merge pull request #1356 from tableau/actions-add-python-3.12
Browse files Browse the repository at this point in the history
Update Actions to include Python 3.12 and reduce duplicate test runs
  • Loading branch information
bcantoni authored Feb 15, 2024
2 parents dfd7f61 + 0fb214e commit 2cbf18c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
name: Python tests

on: [push, pull_request]
on:
pull_request: {}
push:
branches:
- development
- master

jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-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 2cbf18c

Please sign in to comment.