Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

fix: Poetry python version change #733

Merged
merged 5 commits into from
Dec 6, 2022
Merged

fix: Poetry python version change #733

merged 5 commits into from
Dec 6, 2022

Conversation

zevaryx
Copy link
Contributor

@zevaryx zevaryx commented Dec 5, 2022

What type of pull request is this?

  • Non-breaking code change
  • Breaking code change
  • Documentation change/addition
  • Tests change
  • CI change
  • Other: Poetry

Description

Poetry complains about versioning for some packages, so changing the Python version from >=3.10 to >=3.10,<4.0 is required to fix it

Changes

  • Change required Python version from >=3.10 to >=3.10,<4.0

Test Scenario(s)

Checklist

  • I've formatted my code with Black
  • I've added docstrings to everything I've touched
  • I've ensured my code works on Python 3.10.x
  • I've ensured my code works on Python 3.11.x
  • I've tested my changes
  • I've added tests for my code - if applicable
  • I've updated the documentation - if applicable

@Wolfhound905
Copy link
Collaborator

More context: It looks like jurigged was having issues with being installed due to the python version
image

We also updated the syntax for pyproject.toml for a more recent version of poetry

@LordOfPolls LordOfPolls merged commit 0899826 into dev Dec 6, 2022
@LordOfPolls LordOfPolls deleted the poetry branch December 6, 2022 09:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants