Skip to content

Add Python 3.13 support, drop 3.8 #30

Add Python 3.13 support, drop 3.8

Add Python 3.13 support, drop 3.8 #30

Workflow file for this run

name: CI
on:
pull_request:
branches:
- develop
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Setup Nox
uses: wntrblm/[email protected]
with:
python-versions: "3.9, 3.10, 3.11, 3.12, 3.13"
- name: Run Nox
run: nox -t test