Skip to content

Commit a5636f3

Browse files
committed
use long, full caret
1 parent 046e326 commit a5636f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dependency-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ Sometimes, one of your dependencies may have different version ranges depending
683683
on the target Python versions.
684684

685685
Let's say you have a dependency on the package `foo` which is only compatible
686-
with Python 3.6-3.7 up to version 1.9, and compatible with Python 3.8+ from version 2.0:
686+
with Python 3.63.7 up to version 1.9, and compatible with Python 3.8+ from version 2.0:
687687
you would declare it like so:
688688

689689
{{< tabs tabTotal="2" tabID1="multiple-constraints-project" tabID2="multiple-constraints-poetry" tabName1="[project]" tabName2="[tool.poetry]">}}

0 commit comments

Comments
 (0)