Skip to content

add importlib_metadata to dependencies for Python 3.7 (#272) #27

add importlib_metadata to dependencies for Python 3.7 (#272)

add importlib_metadata to dependencies for Python 3.7 (#272) #27

Workflow file for this run

on:
push:
pull_request:
name: Test
jobs:
testWithTox:
name: Test with tox
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- run: pip install .
- run: dpgui -h