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

Fix supported Python version #39

Closed
11 tasks done
roskakori opened this issue Nov 27, 2024 · 1 comment · Fixed by #41 or #43
Closed
11 tasks done

Fix supported Python version #39

roskakori opened this issue Nov 27, 2024 · 1 comment · Fixed by #41 or #43
Assignees
Labels
bug Something isn't working good first issue Good for newcomers improvement Does the same as before but better
Milestone

Comments

@roskakori
Copy link
Contributor

roskakori commented Nov 27, 2024

Background

Currently the pyproject.toml claims 3.10. is supported, this should actually be 3.11.:

[tool.poetry.dependencies]
python = ">=3.10, <3.14"

Also while at it, several dependencies can also be cleaned up in the pyproject.toml.

Goals

Estimate: 1.5h

Implementation notes

Dependencies should be removed with poetry remove ... and added with poetry add ...
You can put dependencies in a dev group with poetry add ... --group dev

@roskakori roskakori added the bug Something isn't working label Nov 27, 2024
@roskakori roskakori added this to the v1.1.0 milestone Nov 27, 2024
@mcsken mcsken added the good first issue Good for newcomers label Nov 27, 2024
@mcsken mcsken self-assigned this Nov 27, 2024
@mcsken mcsken added the improvement Does the same as before but better label Nov 27, 2024
@mcsken mcsken removed their assignment Nov 27, 2024
JMTyndall added a commit to JMTyndall/check_done that referenced this issue Dec 2, 2024
JMTyndall added a commit to JMTyndall/check_done that referenced this issue Dec 2, 2024
@JMTyndall
Copy link
Contributor

See #41

mcsken added a commit to JMTyndall/check_done that referenced this issue Dec 9, 2024
mcsken added a commit to JMTyndall/check_done that referenced this issue Dec 9, 2024
mcsken added a commit to JMTyndall/check_done that referenced this issue Dec 9, 2024
Accidentally forgot to remove cryptography from dev dependencies when I moved it to public dependencies with the original commit. This commit amends that.
roskakori added a commit that referenced this issue Dec 10, 2024
roskakori added a commit that referenced this issue Dec 10, 2024
roskakori added a commit that referenced this issue Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers improvement Does the same as before but better
Projects
None yet
3 participants