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

Require Python 3.11 #562

Closed
wants to merge 2 commits into from
Closed

Require Python 3.11 #562

wants to merge 2 commits into from

Conversation

maresb
Copy link
Contributor

@maresb maresb commented Sep 27, 2024

Description

The CI is only testing Python 3.11, and the Conda feedstock requires Python 3.11 and 3.12, so I assume that we only intend to support >=3.11. This reflects this intention in the PyPI metadata.

@maresb maresb requested a review from a team as a code owner September 27, 2024 18:58
@@ -163,7 +162,7 @@
return recipe_license["licenseId"]


def _get_license(license_id: str, all_licenses: List) -> dict:
def _get_license(license_id: str, all_licenses: list) -> dict:

Check notice

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note

Mixing implicit and explicit returns may indicate an error as implicit returns always return None.
maresb added a commit to maresb/grayskull that referenced this pull request Sep 27, 2024
Dual to conda#562 let's check which Python versions work.
@maresb
Copy link
Contributor Author

maresb commented Sep 27, 2024

Probably the better way to go here is #563

@maresb
Copy link
Contributor Author

maresb commented Sep 28, 2024

Closing in favor of #563

@maresb maresb closed this Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant