Add Python 3.10 to test matrix & classifier list

This commit is contained in:
Justin Mayer 2021-10-06 09:51:00 +02:00
commit 0da8659d0e
3 changed files with 6 additions and 1 deletions

View file

@ -23,6 +23,8 @@ jobs:
python: "3.8"
- os: ubuntu
python: "3.9"
- os: ubuntu
python: "3.10"
- os: macos
python: "3.7"
- os: windows