Add requirements file for Python 3.10 #49

Merged
chychkan merged 9 commits from python-10 into master 2022-02-23 16:13:57 +01:00
Showing only changes of commit ca15476303 - Show all commits
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2