damnever / pigar

:coffee: A tool to generate requirements.txt for Python project, and more than that. (IT IS NOT A PACKAGE MANAGEMENT TOOL)
https://damnever.github.io/pigar/
BSD 3-Clause "New" or "Revised" License
1.61k stars 90 forks source link

Hide versions + py3.12 #184

Closed baterflyrity closed 8 months ago

baterflyrity commented 8 months ago

Hi!

Implemented --comparison-specifier - as discussed in #183.

Also in fervor could not stop and included Python 3.12 version support into CI.

p.s. Additionally added workflow_dispatch to enable tests before merging and manually running them.

pep8speaks commented 8 months ago

Hello @baterflyrity! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2023-11-27 16:13:45 UTC
damnever commented 8 months ago

@baterflyrity thanks