Skip to content

Bump certifi from 2021.5.30 to 2023.7.22 #257

Bump certifi from 2021.5.30 to 2023.7.22

Bump certifi from 2021.5.30 to 2023.7.22 #257

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
steps:
- name: Checkout
uses: actions/checkout@v3
- name: 'Build, Test, Lint: ${{ matrix.python-version }}'
uses: chris48s/python-package-shared@main
with:
python-version: ${{ matrix.python-version }}