Skip to content

Bump flake8 from 6.0.0 to 6.1.0 #741

Bump flake8 from 6.0.0 to 6.1.0

Bump flake8 from 6.0.0 to 6.1.0 #741

Workflow file for this run

name: python-telegram tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions
- name: Tests
run: tox