add more python versions

This commit is contained in:
makaveli10
2024-02-08 11:26:17 +05:30
parent e14fefb671
commit 16c5ed8ce9
2 changed files with 22 additions and 19 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v2