Skip to content

Fix CI now when we updated to Fedora 41 #77

Fix CI now when we updated to Fedora 41

Fix CI now when we updated to Fedora 41 #77

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: Run Tox tests
jobs:
tox_test:
name: Tox test
steps:
- uses: actions/checkout@v2
- name: Run Tox tests
id: test
uses: fedora-python/tox-github-action@main
with:
tox_env: ${{ matrix.tox_env }}
strategy:
matrix:
tox_env: [py36, py39, py310, py311, py312, py313, py314, pypy2, pypy3]
# Use GitHub's Linux Docker host
runs-on: ubuntu-latest