Skip to content

Bump charset-normalizer from 3.3.2 to 3.4.0 #134

Bump charset-normalizer from 3.3.2 to 3.4.0

Bump charset-normalizer from 3.3.2 to 3.4.0 #134

Workflow file for this run

name: Build
on:
pull_request:
push:
branches: ["main"]
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Hatch
run: pip install hatch
- name: Build
run: hatch build