Skip to content

Tko remove python 3 8 #621

Tko remove python 3 8

Tko remove python 3 8 #621

name: MacOS
on:
push:
branches: [ master ]
paths-ignore:
- '**.md'
- 'docs/**'
pull_request:
branches: [ master ]
paths-ignore:
- '**.md'
- 'docs/**'
jobs:
macos_acceptance:
name: MacOS
uses: ./.github/workflows/tests_reusable.yml
with:
# arrays for matrices must be given as string for json parsing
# https://github.community/t/reusable-workflow-with-strategy-matrix/205676
os: '["macos-latest"]'
browser: '["chrome", "edge", "safari"]'
python-version: '["3.10", "3.11"]'
rfw-4x-python: "3.10"
rfw-exclude-tags: "-e RESOLUTION_DEPENDENCY -e FLASK"