Add build with Python 3.10

This commit is contained in:
Joakim Soderlund 2022-09-25 13:56:43 +02:00
parent 3af1632223
commit 34cfa2939d
2 changed files with 7 additions and 4 deletions

View file

@ -10,10 +10,11 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: python-version:
- 3.6 - '3.6'
- 3.7 - '3.7'
- 3.8 - '3.8'
- 3.9 - '3.9'
- '3.10'
steps: steps:
- name: Clone Repository - name: Clone Repository

View file

@ -4,6 +4,7 @@ envlist =
py37 py37
py38 py38
py39 py39
py310
[gh-actions] [gh-actions]
python = python =
@ -11,6 +12,7 @@ python =
3.7: py37 3.7: py37
3.8: py38 3.8: py38
3.9: py39 3.9: py39
3.10: py310
[testenv] [testenv]
deps = -rrequirements.txt deps = -rrequirements.txt