Actions: Add Python 3.10 and remove 3.5. (#516)

This commit is contained in:
Inada Naoki
2021-10-19 15:58:58 +09:00
committed by GitHub
parent 5c04abf87d
commit cda3b37e9e

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
steps:
- name: Start MySQL
run: |