Skip to content

update version check to 3.13 #2043

update version check to 3.13

update version check to 3.13 #2043

Workflow file for this run

name: Gsutil CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: [3.8.x, 3.9.x, 3.10.x, 3.11.x, 3.12.x, 3.13.x]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
env:
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
- name: Install dependencies
run: |
set -x
git submodule update --init --recursive
# - name: Lint
# if: ${{ matrix.python-version == 3.6 }}
# run: |
# set -x
# pip install pylint
# pip install yapf
# test/run_pylint.sh
# yapf -dr .
- name: Test
run: |
set -x
python gsutil version -l
python gsutil test -u