Skip to content

Update dependency idna to v3.7 [SECURITY] #900

Update dependency idna to v3.7 [SECURITY]

Update dependency idna to v3.7 [SECURITY] #900

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-20.04
env:
RPM_PY_SYS: true
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: "3.12"
- name: Execute tests
uses: ./.github/actions/tests