Skip to content

Update poetry lock file #19

Update poetry lock file

Update poetry lock file #19

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: |
3.10
3.11
3.12
3.13
3.14
- run: pip install nox
- run: nox