summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorColin Watson <cjwatson@canonical.com>2022-02-09 10:51:44 +0000
committerStephen Finucane <stephenfinucane@hotmail.com>2022-02-09 15:50:27 +0000
commit0ebc44f67c1bf14c73af6d3e908e207a3f7ce3f0 (patch)
tree8df779fdc6c223e129238d5747e8a14532c95ad8 /NEWS
parent7b25135ffdecd37e803ff860a6ec4128d255f9c6 (diff)
downloadfixtures-git-0ebc44f67c1bf14c73af6d3e908e207a3f7ce3f0.tar.gz
Support all Popen arguments up to Python 3.10
Fixes #53.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index af2c00c..1439d53 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ NEXT
* Dropped support for Python 2.7, Python 3.4 and Python 3.5 (EOL).
* Added support for Python 3.7-3.10.
+* Support all ``subprocess.Popen`` arguments up to Python 3.10.
3.0.0
~~~~~