Support for Python 3.8+

This commit is contained in:
Sheng
2023-02-28 19:30:29 +08:00
parent 5ffb1da69b
commit 04a9bd5eff
4 changed files with 6 additions and 8 deletions
+2
View File
@@ -4,6 +4,8 @@ language: python
python:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
install:
- pip install -r requirements.txt