Skip to content

Commit fb8ea42

Browse files
committed
minor fixes
1 parent c12ade1 commit fb8ea42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

design/003-codebase-python.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ that will help to improve the codebase and write more maintainable source:
2727

2828
There is also a support problem when Python officially declares versions EOL, because
2929
dependencies stop supporting those versions and can break the Conan application. Conan
30-
can pin and restrict the usage of those dependencies, but that also has security implications,
30+
can pin and restrict the usage of those dependencies newer versions, but that also has security implications,
3131
so it is not something that should be extended too much over time.
3232

3333

@@ -40,7 +40,7 @@ About Linux distros: starting on Debian 10 Buster (July 2019), the [Python 3
4040
version installed is Python 3.7](https://wiki.debian.org/Python). Ubuntu 18.04 (April 2018) already included Python 3.6.
4141

4242
Conan will drop support for Python versions 12 months **after** their official EOL date, that is,
43-
it will continue testing and supporting one year and a half beyond that date. When one version support
43+
it will continue testing and supporting one year beyond that date. When one version support
4444
becomes deprecated, the next Python version will be used as the minimum tested and supported one.
4545

4646

0 commit comments

Comments
 (0)