Skip to content

feat: add support for Python 3.13 #17

feat: add support for Python 3.13

feat: add support for Python 3.13 #17

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: '3'
- run: |
pip install hatch hatch-vcs
hatch build