Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide versions + py3.12 #184

Merged
merged 6 commits into from
Nov 28, 2023
Merged

Hide versions + py3.12 #184

merged 6 commits into from
Nov 28, 2023

Conversation

baterflyrity
Copy link
Contributor

@baterflyrity baterflyrity commented Nov 27, 2023

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.

…tely hide versions.

Add --comparison-specifier choice value `-` to completely hide
packages
versions in generated requirements file, e.g. `tornado~=6.3.3`
→ `tornado`.

Closes damnever#183

Signed-off-by: baterflyrity <[email protected]>
Enable button in GitHub UI actions to manually run workflow `ci` on
default branch.
For more information see
https://docs.github.com/ru/actions/using-workflows/manually-running-a-workflow?tool=webui.

Signed-off-by: baterflyrity <[email protected]>
Add Python version 3.12 to CI tests matrix.

Signed-off-by: baterflyrity <[email protected]>
Add Python version 3.12 reqirements to CI tests matrix.

Signed-off-by: baterflyrity <[email protected]>
Fix Python version 3.12 reqirements to CI tests matrix.

Signed-off-by: baterflyrity <[email protected]>
@pep8speaks
Copy link

pep8speaks commented Nov 27, 2023

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! 🍻

Comment last updated at 2023-11-27 16:13:45 UTC

Fix PEP 8 ABSURD and USELESS requirements:
► In the file
pigar/__main__.py:
Line 124:80: E501 line too long (121 > 79
characters)
►In the file pigar/dist.py:
Line 191:80: E501 line too long
(98 > 79 characters)

Signed-off-by: baterflyrity <[email protected]>
@damnever damnever merged commit aea6764 into damnever:main Nov 28, 2023
7 checks passed
@damnever
Copy link
Owner

@baterflyrity thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants