Skip to content

Test on Python 3.13 #248

Test on Python 3.13

Test on Python 3.13 #248

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
unit_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Tox tests
id: test
uses: fedora-python/tox-github-action@main
with:
tox_env: ${{ matrix.tox_env }}
strategy:
matrix:
tox_env: [py39, py310, py311, py312, py313]