Skip to content

Commit

Permalink
Merge pull request #69 from coveo/feat/DT-7320-python-3.8-eol
Browse files Browse the repository at this point in the history
feat: Python 3.8 EOL [DT-7320]
  • Loading branch information
jonapich authored Nov 26, 2024
2 parents babaf16 + b233246 commit c9220ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_MULTIPLE_LIBRARIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ authors = ["..."]
package-mode = false # see https://python-poetry.org/docs/basic-usage/#operating-modes
[tool.poetry.dependencies]
python = ">=3.8"
python = ">=3.13"
local-library = { path = 'local-library/', develop = true }
something-else = { path = 'lib/other/something-else/', develop = true }
Expand Down

0 comments on commit c9220ff

Please sign in to comment.