mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-21 21:07:59 +01:00
Add build with Python 3.10
This commit is contained in:
parent
3af1632223
commit
34cfa2939d
2 changed files with 7 additions and 4 deletions
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
|
@ -10,10 +10,11 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
python-version:
|
||||
- 3.6
|
||||
- 3.7
|
||||
- 3.8
|
||||
- 3.9
|
||||
- '3.6'
|
||||
- '3.7'
|
||||
- '3.8'
|
||||
- '3.9'
|
||||
- '3.10'
|
||||
|
||||
steps:
|
||||
- name: Clone Repository
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -4,6 +4,7 @@ envlist =
|
|||
py37
|
||||
py38
|
||||
py39
|
||||
py310
|
||||
|
||||
[gh-actions]
|
||||
python =
|
||||
|
@ -11,6 +12,7 @@ python =
|
|||
3.7: py37
|
||||
3.8: py38
|
||||
3.9: py39
|
||||
3.10: py310
|
||||
|
||||
[testenv]
|
||||
deps = -rrequirements.txt
|
||||
|
|
Loading…
Reference in a new issue