This repository was archived by the owner on Feb 4, 2020. It is now read-only.
Commit 0e995b4
Frerich Raabe
Drop support for Python 3.3
There's a pending patch for clcache which improves behaviour when
clcache is run concurrently; however, this currently often (!) breaks
the CI tests with Python 3.3 due to a known bug in how the Python
subprocess module handles reading stdout/stderr. The Python bug report
https://bugs.python.org/issue19575
has more on this topic. Alas, an inital workaround as posted on
#294 (comment)
didn't help.
Since we already support Python 3.6 (i.e. we support the three most
recent minor versions), let's just drop Python 3.3 support.1 parent 2f177fb commit 0e995b4
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
0 commit comments