Remove tox version test requirement from stable feature list

This commit is contained in:
Ethan Paul 2022-01-05 01:41:43 -05:00
parent f1f7a63774
commit 1004a247b1
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF

View File

@ -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)) - [ ] 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 - [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 tests for Python-3.6, 3.7, 3.8, and 3.9
- [x] Add Github Actions based CI - [x] Add Github Actions based CI