Removed python 3.10 from GitHub CI.

This commit is contained in:
Fabio Caccamo 2021-10-19 17:25:24 +02:00
parent 6f3b55c743
commit e4523a6467
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v1