chg: Bump python version in tests

pull/262/head v2.4.167
Raphaël Vinot 2022-12-09 11:26:23 +01:00
parent 9ffbde8510
commit a33dd623d1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
python-version: [3.8, 3.9, '3.10']
steps: