Skip to content

typing[enum,const]: Add / fix PEP-484 type hints (#646) #579

typing[enum,const]: Add / fix PEP-484 type hints (#646)

typing[enum,const]: Add / fix PEP-484 type hints (#646) #579

Workflow file for this run

name: pyelftools-tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Test
run: |
python test/all_tests.py