Bump to Python 3.10 (#784)
* Bump to Python 3.10 * Bump Python in tox.ini as well
This commit is contained in:
Родитель
f1e297cd49
Коммит
56a6af8ea8
|
@ -37,7 +37,7 @@ tasks:
|
|||
workerType: ci
|
||||
payload:
|
||||
maxRunTime: 3600
|
||||
image: python:3.7
|
||||
image: python:3.10
|
||||
command:
|
||||
- "/bin/bash"
|
||||
- "-lcx"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.9-alpine
|
||||
FROM python:3.10-alpine
|
||||
|
||||
# Add mozci source code and setup instructions
|
||||
WORKDIR /src
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,6 +1,6 @@
|
|||
[tox]
|
||||
isolated_build = true
|
||||
envlist = py37,pre-commit
|
||||
envlist = py310,pre-commit
|
||||
|
||||
[testenv]
|
||||
envdir = {toxworkdir}/env
|
||||
|
|
Загрузка…
Ссылка в новой задаче