From 1004a247b142a57767600edbab69b0c435b215dd Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Wed, 5 Jan 2022 01:41:43 -0500 Subject: [PATCH] Remove tox version test requirement from stable feature list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3aa9c38..1af2f25 100644 --- a/README.md +++ b/README.md @@ -426,6 +426,6 @@ Everything in Beta plus... - [ ] Fully replace dependency on `poetry` with dependency on `poetry-core` ([#2](https://github.com/enpaul/tox-poetry-installer/issues/2)) - [x] Add comprehensive unit tests -- [ ] Add tests for each feature version of Tox between 3.8 and 3.20 +- [ ] ~Add tests for each feature version of Tox between 3.8 and 3.20~ - [x] Add tests for Python-3.6, 3.7, 3.8, and 3.9 - [x] Add Github Actions based CI