Commit d2c7ba2
docs: Add note about Python 3.9 to CHANGELOG.md (#3052)
rules_python 1.5.0 upgraded its internal setuputils to 78.1.1 which has
a minimum supported Python version of 3.9. Using this version with
Python 3.8 leads to errors (see below) although for some reason, I only
see them on Linux builds, not Mac.
Since Python 3.8 is EOL, document that Python 3.8 will no longer work
due to this setuptools version.
Fixes #3050
---------
Co-authored-by: Richard Levasseur <[email protected]>1 parent cbe6d38 commit d2c7ba2
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
0 commit comments