mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00

A bit of CI maintenance: - Add Python 3.10 and 3.11 runs, and update the PyPy run to PyPy 3.9 - Removed Python 3.7 as it is deprecated - Update the used actions (checkout and setup-python) to the latest versions - Also run on pushes, when manually triggered (workflow_dispatch) The original PR was done by @EwoutH at #334