Skip to content

deps: Remove Python 3.7 and 3.8 as supported runtimes #1124

deps: Remove Python 3.7 and 3.8 as supported runtimes

deps: Remove Python 3.7 and 3.8 as supported runtimes #1124

on:
push:
branches:
- main
pull_request:
name: Run Spanner tests against an in-mem mock server
jobs:
mock-server-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install nox
run: python -m pip install nox
- name: Run mock server tests
run: nox -s mockserver