mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-21 21:07:59 +01:00
Remove build for Python 3.6
This commit is contained in:
parent
34cfa2939d
commit
0a1fc0d6a9
2 changed files with 0 additions and 3 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -10,7 +10,6 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
python-version:
|
||||
- '3.6'
|
||||
- '3.7'
|
||||
- '3.8'
|
||||
- '3.9'
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,6 +1,5 @@
|
|||
[tox]
|
||||
envlist =
|
||||
py36
|
||||
py37
|
||||
py38
|
||||
py39
|
||||
|
@ -8,7 +7,6 @@ envlist =
|
|||
|
||||
[gh-actions]
|
||||
python =
|
||||
3.6: py36
|
||||
3.7: py37
|
||||
3.8: py38
|
||||
3.9: py39
|
||||
|
|
Loading…
Reference in a new issue