8000 Drop python version 3.8 support and add python 3.13 support · danielgtaylor/python-betterproto@b8beb56 · GitHub
[go: up one dir, main page]

Skip to content

Update poetry to version 2 #1041

Update poetry to version 2

Update poetry to version 2 #1041

Workflow file for this run

name: Code Quality
on:
push:
branches:
- master
pull_request:
branches:
- '**'
jobs:
check-formatting:
name: Check code/doc formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/action@v2.0.3
0