8000 Merge pull request #1356 from tableau/actions-add-python-3.12 · LehmD/server-client-python@2cbf18c · GitHub
[go: up one dir, main page]

Skip to content

Commit 2cbf18c

Browse files
authored
Merge pull request tableau#1356 from tableau/actions-add-python-3.12
Update Actions to include Python 3.12 and reduce duplicate test runs
2 parents dfd7f61 + 0fb214e commit 2cbf18c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
name: Python tests
22

3-
on: [push, pull_request]
3+
on:
4+
pull_request: {}
5+
push:
6+
branches:
7+
- development
8+
- master
49

510
jobs:
611
build:
712
strategy:
813
fail-fast: false
914
matrix:
1015
os: [ubuntu-latest, macos-latest, windows-latest]
11-
python-version: ['3.8', '3.9', '3.10', '3.11']
16+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1217

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

0 commit comments

Comments
 (0)
0