* Bump to Python 3.10

* Bump Python in tox.ini as well
This commit is contained in:
Marco Castelluccio 2022-06-11 19:15:43 +02:00 коммит произвёл GitHub
Родитель f1e297cd49
Коммит 56a6af8ea8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -1,6 +1,6 @@
[tox]
isolated_build = true
envlist = py37,pre-commit
envlist = py310,pre-commit
[testenv]
envdir = {toxworkdir}/env